mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 12:48:04 -06:00
Fix execution log lines selection and copying
This commit is contained in:
11
src/src.pro
11
src/src.pro
@@ -102,14 +102,15 @@ HEADERS += misc.h \
|
||||
scannedfoldersmodel.h \
|
||||
qinisettings.h \
|
||||
smtp.h \
|
||||
dnsupdater.h
|
||||
dnsupdater.h
|
||||
|
||||
|
||||
SOURCES += main.cpp \
|
||||
downloadthread.cpp \
|
||||
scannedfoldersmodel.cpp \
|
||||
misc.cpp \
|
||||
smtp.cpp \
|
||||
dnsupdater.cpp
|
||||
dnsupdater.cpp
|
||||
|
||||
nox {
|
||||
HEADERS += headlessloader.h
|
||||
@@ -135,7 +136,8 @@ nox {
|
||||
torrentimportdlg.h \
|
||||
executionlog.h \
|
||||
iconprovider.h \
|
||||
updownratiodlg.h
|
||||
updownratiodlg.h \
|
||||
loglistwidget.h
|
||||
|
||||
SOURCES += mainwindow.cpp \
|
||||
ico.cpp \
|
||||
@@ -146,7 +148,8 @@ nox {
|
||||
executionlog.cpp \
|
||||
previewselect.cpp \
|
||||
iconprovider.cpp \
|
||||
updownratiodlg.cpp
|
||||
updownratiodlg.cpp \
|
||||
loglistwidget.cpp
|
||||
|
||||
win32 {
|
||||
HEADERS += programupdater.h
|
||||
|
||||
Reference in New Issue
Block a user