diff options
author | Arno <am@disconnect.de> | 2014-06-29 09:41:30 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2014-06-29 09:41:30 +0200 |
commit | f295cfb8672d97bb5c804499bdb311a9a0d8039b (patch) | |
tree | 77b54514e17d6bb453bd9431707f9f37954c9fc2 /picfilesmodel.h | |
parent | b5bd9cf0b981ee0c87ead9e20c36247932de7818 (diff) | |
download | SheMov-f295cfb8672d97bb5c804499bdb311a9a0d8039b.tar.gz SheMov-f295cfb8672d97bb5c804499bdb311a9a0d8039b.tar.bz2 SheMov-f295cfb8672d97bb5c804499bdb311a9a0d8039b.zip |
Major rework of MappingTreeResultView + Model
Well, I hope this fixes the crashes for good. String comparison for
looking up the parents really wasn't a prudent thing to do...
Use the ParentIds instead.
Diffstat (limited to 'picfilesmodel.h')
-rw-r--r-- | picfilesmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/picfilesmodel.h b/picfilesmodel.h index a538f75..a5a9859 100644 --- a/picfilesmodel.h +++ b/picfilesmodel.h @@ -11,6 +11,8 @@ #include "smtreemodel.h" #include "mappingtreemodel.h" +class QSqlQuery; + class PicFilesModel : public SmTreeModel { Q_OBJECT public: |