aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor/modeleditor.h
diff options
context:
space:
mode:
authorJochen Becher <jochen_becher@gmx.de>2016-06-24 22:44:37 +0200
committerJochen Becher <jochen_becher@gmx.de>2016-06-27 09:41:24 +0000
commit3e776dde5ebd49db6a0e772b09d931f0333a00ae (patch)
treea9b00060c93a3a8b9283fbd11f164b5ca5fb23ab /src/plugins/modeleditor/modeleditor.h
parent80e5259999e1fc02a59c7529bdf457c504e25867 (diff)
ModelEditor: Zoom with Ctrl + mouse wheel
Change-Id: I2e703345a882f0dbd80a0957d5f28bd203f4f26b Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/modeleditor/modeleditor.h')
-rw-r--r--src/plugins/modeleditor/modeleditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/modeleditor/modeleditor.h b/src/plugins/modeleditor/modeleditor.h
index 46eb8bba14..53d4447324 100644
--- a/src/plugins/modeleditor/modeleditor.h
+++ b/src/plugins/modeleditor/modeleditor.h
@@ -105,6 +105,7 @@ private:
const QIcon &icon,
const QString &toolTipBase, QWidget *parent);
bool updateButtonIconByTheme(QAbstractButton *button, const QString &name);
+ void showZoomIndicator();
void onAddPackage();
void onAddComponent();