summaryrefslogtreecommitdiff
path: root/lspackagemodel.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lspackagemodel.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lspackagemodel.h b/lspackagemodel.h
index 18911de..58ad62d 100644
--- a/lspackagemodel.h
+++ b/lspackagemodel.h
@@ -17,7 +17,10 @@ public:
int rowCount(const QModelIndex &parent) const;
int columnCount(const QModelIndex &parent) const;
QVariant data(const QModelIndex &index, int role) const;
-
+
+ QString itemNameForIndex(const QModelIndex &index) const;
+ LYTPackageBase::ItemType itemTypeForIndex(const QModelIndex &index) const;
+
signals:
private slots: