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-18 16:23:22 +0200 |
commit | fd65ae2d1eb8d601108aa845cfd64654af897a2a (patch) | |
tree | 5d286a2da4d7f3b761acf94f73d1c7049badeb84 /archivetreeview.h | |
parent | 057da448ad06de20b8054ae1ba5ed7f6fb656c1b (diff) | |
download | SheMov-fd65ae2d1eb8d601108aa845cfd64654af897a2a.tar.gz SheMov-fd65ae2d1eb8d601108aa845cfd64654af897a2a.tar.bz2 SheMov-fd65ae2d1eb8d601108aa845cfd64654af897a2a.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(); |