diff options
-rw-r--r-- | sigmodr/SigmodrUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/SigmodrUI.cpp b/sigmodr/SigmodrUI.cpp index 17e83bec..4ed9a4b1 100644 --- a/sigmodr/SigmodrUI.cpp +++ b/sigmodr/SigmodrUI.cpp @@ -469,7 +469,7 @@ void SigmodrUI::on_splitter_splitterMoved() SigmodrPreferences::setPanelWidth(splitter->sizes()[1]); } -void Sigmodr::SigmodrUI::on_treeSigmod_clicked(const QModelIndex& index) +void SigmodrUI::on_treeSigmod_clicked(const QModelIndex& index) { if (!(treeSigmod->model()->flags(index) & Qt::ItemIsSelectable)) return; |