Show those TODO message also when using the toolbar or the popup menu

This should let the user know that something's not working instead of
offering him a not working dialog and winding him up this way. That
should make the behaviour of the program much easier to understand.
This commit is contained in:
Martin Kleusberg
2013-01-02 23:04:04 +01:00
parent 7424268f28
commit 9b2e8cd5a4
3 changed files with 31 additions and 8 deletions

View File

@@ -68,6 +68,7 @@ public slots:
virtual void on_tree_selection_changed();
virtual void on_add_field();
virtual void on_edit_field();
virtual void on_delete_field();
virtual void fileOpen( const QString & fileName );
virtual void fileOpen();