From 362976328ecb796d670b32af924f76e25922cb78 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 3 Aug 2012 22:08:22 +0200 Subject: added Rename and Remove Item functions --- lsmainwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lsmainwindow.h') diff --git a/lsmainwindow.h b/lsmainwindow.h index f989e7a..745b4f2 100644 --- a/lsmainwindow.h +++ b/lsmainwindow.h @@ -44,6 +44,8 @@ public slots: private slots: void handleAddSomething(int whatToAdd); + void handleRenameItem(); + void handleRemoveItem(); private: LYTPackageBase *m_package; @@ -64,6 +66,10 @@ private: bool m_dirty; bool m_isSaved; + +protected: + QString selectedItem() const; + LYTPackageBase::ItemType selectedItemType() const; }; #endif // LSMAINWINDOW_H -- cgit v1.2.3