diff options
author | Treeki <treeki@gmail.com> | 2012-08-04 18:19:19 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-04 18:19:19 +0200 |
commit | cee09c07899dfec32672e7e2d175972530a7dfd4 (patch) | |
tree | b3e4b1a0960ed1b95e2b838b5bfa4b9f132ff2c8 /lsmainwindow.h | |
parent | 362976328ecb796d670b32af924f76e25922cb78 (diff) | |
download | LayoutStudio-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.h | 1 |
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; |