aboutsummaryrefslogtreecommitdiff
path: root/src/browser.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-02 11:02:42 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-02 11:02:42 +0200
commit3533e0d4cce3e7af2df8e6c42f462315da8c9df8 (patch)
treeff19b54818708f122f4dc501fcaf80594b8b99a2 /src/browser.h
parentFix hg bookmark not showing up in arch build version (diff)
downloadsmolbote-3533e0d4cce3e7af2df8e6c42f462315da8c9df8.tar.xz
Clazy fixes
Diffstat (limited to 'src/browser.h')
-rw-r--r--src/browser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/browser.h b/src/browser.h
index 03126d3..a06993d 100644
--- a/src/browser.h
+++ b/src/browser.h
@@ -37,13 +37,13 @@ public:
void setup(const QString &defaultProfile);
WebProfile *profile(const QString &name) const;
- QStringList profiles() const
+ const QStringList profiles() const
{
return m_profiles.keys();
}
int command(const QString &command);
- QStringList commands() const
+ const QStringList commands() const
{
return m_commands.keys();
}