diff options
Diffstat (limited to 'seriestreemodel.cpp')
-rw-r--r-- | seriestreemodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/seriestreemodel.cpp b/seriestreemodel.cpp index fb993bb..e25e759 100644 --- a/seriestreemodel.cpp +++ b/seriestreemodel.cpp @@ -324,6 +324,7 @@ bool SeriesTreeModel::addSeriesPart(int seriesPart, const QModelIndex &parent){ return false; } + void SeriesTreeModel::populate(){ QSqlQuery seriesQuery = QSqlQuery("SELECT iseries_id, tseries_name FROM series ORDER BY tseries_name", mDb); SmTreeItem *rootItem = new SmTreeItem(5); |