- Tabbed search engine code cleanup (moved SearchTab class to different file)

This commit is contained in:
Christophe Dumez
2008-06-25 19:29:29 +00:00
parent c6fd400fa5
commit cecd1e11b1
5 changed files with 261 additions and 200 deletions

View File

@@ -148,7 +148,7 @@ HEADERS += GUI.h misc.h options_imp.h about_imp.h \
httpserver.h httpconnection.h \
httprequestparser.h httpresponsegenerator.h \
json.h eventmanager.h filterParserThread.h \
TrackersAdditionDlg.h
TrackersAdditionDlg.h searchTab.h
FORMS += MainWindow.ui options.ui about.ui \
properties.ui createtorrent.ui preview.ui \
login.ui downloadFromURL.ui addTorrentDialog.ui \
@@ -176,7 +176,8 @@ SOURCES += GUI.cpp \
httprequestparser.cpp \
httpresponsegenerator.cpp \
json.cpp \
eventmanager.cpp
eventmanager.cpp \
SearchTab.cpp
DESTDIR = .