summaryrefslogtreecommitdiff
path: root/src/toolbareditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/toolbareditor.h')
-rw-r--r--src/toolbareditor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/toolbareditor.h b/src/toolbareditor.h
index c14c28b..1f87181 100644
--- a/src/toolbareditor.h
+++ b/src/toolbareditor.h
@@ -44,6 +44,9 @@ public:
void setDefaultActions(QStringList action_names) { default_actions = action_names; }
QStringList defaultActions() { return default_actions; }
+ void setIconSize(int size);
+ int iconSize();
+
//! Save the widget's list of actions into a QStringList
static QStringList save(QWidget *w);