diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2009-05-21 13:35:33 -0400 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2009-05-21 13:35:33 -0400 |
commit | 8103ac379cdfdbad8ec35ab19b11e00888a874e6 (patch) | |
tree | 6cc79d67d4e0db0a80cb5c62368d764f5e20aef3 /sigmodr/SigmodrUI.h | |
parent | 5fd4e75948e1bf82d0e4d10a2d4cdc3abc66cab4 (diff) | |
download | sigen-8103ac379cdfdbad8ec35ab19b11e00888a874e6.tar.gz sigen-8103ac379cdfdbad8ec35ab19b11e00888a874e6.tar.xz sigen-8103ac379cdfdbad8ec35ab19b11e00888a874e6.zip |
Context menu isn't used in the new model
Diffstat (limited to 'sigmodr/SigmodrUI.h')
-rw-r--r-- | sigmodr/SigmodrUI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sigmodr/SigmodrUI.h b/sigmodr/SigmodrUI.h index 3713b80f..561ba3a4 100644 --- a/sigmodr/SigmodrUI.h +++ b/sigmodr/SigmodrUI.h @@ -86,7 +86,6 @@ class SigmodrUI : public KXmlGuiWindow, private Ui::formSigmodr void toggleMenubar(); void on_splitter_splitterMoved(); void on_treeSigmod_clicked(const QModelIndex& index); - void on_treeSigmod_customContextMenuRequested(const QPoint& position); private: void setupActions(); |