diff options
author | Arno <am@disconnect.de> | 2013-08-10 13:29:19 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-08-10 13:29:19 +0200 |
commit | 857ed61ef2bac025e15ab6345e2fec96bf2cbe79 (patch) | |
tree | 5c7e297f62cef0fe7471f77f9d3af8f9a74b1244 /archivemodel.cpp | |
parent | 6e4a72a3442af9e6c4010cccc2329035008df167 (diff) | |
download | SheMov-857ed61ef2bac025e15ab6345e2fec96bf2cbe79.tar.gz SheMov-857ed61ef2bac025e15ab6345e2fec96bf2cbe79.tar.bz2 SheMov-857ed61ef2bac025e15ab6345e2fec96bf2cbe79.zip |
Bugfix SmDirWatcher
Don't enqueue anything if the INOTIFY_MASK doesn't match. Could be the
reason for random crashes...
Diffstat (limited to 'archivemodel.cpp')
-rw-r--r-- | archivemodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivemodel.cpp b/archivemodel.cpp index 58bfc24..3fb8188 100644 --- a/archivemodel.cpp +++ b/archivemodel.cpp @@ -1042,7 +1042,6 @@ void ArchiveCollector::fetchSeries(const QVariant &id, SmTreeItem *parent){ parent->setData(ArchiveModel::Count, parent->childCount()); } - void ArchiveCollector::fetchParts(const QVariant &id, SmTreeItem *parent){ QSqlQuery partsQuery(mDb); if(mSortOrder == ArchiveModel::SeriesName){ |