diff options
author | Arno Moeller <arno.moeller@bit.bremerhaven.de> | 2013-07-18 16:23:22 +0200 |
---|---|---|
committer | Arno Moeller <arno.moeller@bit.bremerhaven.de> | 2013-07-19 13:02:51 +0200 |
commit | 536643c36b61ddbce1a1b3efb70488ad83f7ae7b (patch) | |
tree | 69756bfa3cd37a5edc782db87e13829c3cf0c3ef /archivetreeview.h | |
parent | 057da448ad06de20b8054ae1ba5ed7f6fb656c1b (diff) | |
download | SheMov-536643c36b61ddbce1a1b3efb70488ad83f7ae7b.tar.gz SheMov-536643c36b61ddbce1a1b3efb70488ad83f7ae7b.tar.bz2 SheMov-536643c36b61ddbce1a1b3efb70488ad83f7ae7b.zip |
Clean up the db analyzer mess
I guess I was quite drunk when I designed this overengineered,
multithreaded monstrosity. Replace it with 4 nifty dialogs.
Diffstat (limited to 'archivetreeview.h')
-rw-r--r-- | archivetreeview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivetreeview.h b/archivetreeview.h index b62d323..ad23bc1 100644 --- a/archivetreeview.h +++ b/archivetreeview.h @@ -39,7 +39,6 @@ class ArchiveTreeView : public QWidget { void showAllFiles(bool toggled); void showForBurn(bool toggled); void cleanDatabase(const QString &table); - void selectMoviePart(int seriespartId, int seriesId); void copyPath(int type); void readSettings(); |