summaryrefslogtreecommitdiff
path: root/lsmainwindow.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-08-04 18:19:19 +0200
committerTreeki <treeki@gmail.com>2012-08-04 18:19:19 +0200
commitcee09c07899dfec32672e7e2d175972530a7dfd4 (patch)
treeb3e4b1a0960ed1b95e2b838b5bfa4b9f132ff2c8 /lsmainwindow.h
parent362976328ecb796d670b32af924f76e25922cb78 (diff)
downloadLayoutStudio-cee09c07899dfec32672e7e2d175972530a7dfd4.tar.gz
LayoutStudio-cee09c07899dfec32672e7e2d175972530a7dfd4.zip
this bit is nowhere near finished but I'm pushing it so I can pull on my netbook
Diffstat (limited to '')
-rw-r--r--lsmainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsmainwindow.h b/lsmainwindow.h
index 745b4f2..639725b 100644
--- a/lsmainwindow.h
+++ b/lsmainwindow.h
@@ -46,6 +46,7 @@ private slots:
void handleAddSomething(int whatToAdd);
void handleRenameItem();
void handleRemoveItem();
+ void handleItemActivated(const QModelIndex &index);
private:
LYTPackageBase *m_package;