From 147cd4ed7bc6457a2610210dd00af88a1bad8293 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Thu, 15 May 2014 18:26:01 +0200 Subject: Add option to use the entry title for auto-type window matching. --- src/core/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/Config.h') diff --git a/src/core/Config.h b/src/core/Config.h index ee3082685..ca0f74cb5 100644 --- a/src/core/Config.h +++ b/src/core/Config.h @@ -36,7 +36,7 @@ public: void set(const QString& key, const QVariant& value); static Config* instance(); - static void createConfigFromFile(QString file); + static void createConfigFromFile(const QString& file); static void createTempFileInstance(); private: -- cgit v1.2.3