aboutsummaryrefslogtreecommitdiffstats
path: root/src/messageview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messageview.h')
-rw-r--r--src/messageview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/messageview.h b/src/messageview.h
index b28dcdc..c81a4f6 100644
--- a/src/messageview.h
+++ b/src/messageview.h
@@ -253,7 +253,8 @@ public:
/// and changing how it is displayed are different scopes, which is the
/// confusion the bar exists to remove one level up.
void setBarActions(const QList<QAction *> &messageActions,
- const QList<QAction *> &viewControls);
+ const QList<QAction *> &viewControls,
+ int iconSize = 0);
/// Tells the pane whether the query bar currently holds anything.
///