Fix execution log lines selection and copying

This commit is contained in:
Christophe Dumez
2011-09-24 15:39:27 +03:00
parent 94a23cf1d4
commit 6606cf60af
7 changed files with 180 additions and 43 deletions

View File

@@ -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