diff options
author | Arno <am@disconnect.de> | 2013-07-13 06:42:57 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-07-13 06:42:57 +0200 |
commit | 057da448ad06de20b8054ae1ba5ed7f6fb656c1b (patch) | |
tree | c410672b3ebe17536fe0e8a8fd9abc8e9c9c3e5e /shemov.h | |
parent | e8edacfc5175e91d27d6fcba8e3ffa1b1c80754c (diff) | |
download | SheMov-057da448ad06de20b8054ae1ba5ed7f6fb656c1b.tar.gz SheMov-057da448ad06de20b8054ae1ba5ed7f6fb656c1b.tar.bz2 SheMov-057da448ad06de20b8054ae1ba5ed7f6fb656c1b.zip |
Make all NodeTypes editable
Use plpgsql functions to edit nodes. Makes the program logic much
easier. Also, rename rename() to edit() :)
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -188,7 +188,6 @@ class SheMov : public QMainWindow { //ArchiveView actions QAction *mArchiveViewRenameA; - QAction *mArchiveViewRemoveA; QAction *mArchiveViewActorsA; QAction *mArchiveViewGenresA; QAction *mArchiveViewPartnoA; |