diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-25 21:15:47 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-25 21:15:47 +0100 |
commit | 26db899f5a12d5ba960e778ce904e279e97481d8 (patch) | |
tree | 81b6391cb38ccb17bc01acd797740828df36ad4e /akonadish/repl/repl.h | |
parent | 47f175743ada27a031c9496a2bd1890c74464b27 (diff) | |
download | sink-26db899f5a12d5ba960e778ce904e279e97481d8.tar.gz sink-26db899f5a12d5ba960e778ce904e279e97481d8.zip |
a little welcome banner
Diffstat (limited to 'akonadish/repl/repl.h')
-rw-r--r-- | akonadish/repl/repl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/akonadish/repl/repl.h b/akonadish/repl/repl.h index b76c66b..d8d2533 100644 --- a/akonadish/repl/repl.h +++ b/akonadish/repl/repl.h | |||
@@ -30,5 +30,6 @@ public: | |||
30 | ~Repl(); | 30 | ~Repl(); |
31 | 31 | ||
32 | private: | 32 | private: |
33 | static void printWelcomeBanner(); | ||
33 | static QString commandHistoryPath(); | 34 | static QString commandHistoryPath(); |
34 | }; | 35 | }; |