summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-02 14:29:22 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-02 14:29:22 +0100
commit3600b39c857984c4c67b9856358b5c0ee79eed6f (patch)
treed13bb1c909f299f6ed46c51477e626308e4cf7b6
parent44b834fcdfd0d1cc2aa1c2872d90e6589e72dbb4 (diff)
downloadsink-3600b39c857984c4c67b9856358b5c0ee79eed6f.tar.gz
sink-3600b39c857984c4c67b9856358b5c0ee79eed6f.zip
better title
-rw-r--r--resource/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/resource/main.cpp b/resource/main.cpp
index 6835a18..91c0a9a 100644
--- a/resource/main.cpp
+++ b/resource/main.cpp
@@ -8,7 +8,7 @@ int main(int argc, char *argv[])
8{ 8{
9 QApplication app(argc, argv); 9 QApplication app(argc, argv);
10 10
11 new Console(QString("Toy Resource: %1").arg(argv[1])); 11 new Console(QString("Resource: %1").arg(argv[1]));
12 if (argc < 2) { 12 if (argc < 2) {
13 Console::main()->log("Not enough args"); 13 Console::main()->log("Not enough args");
14 return app.exec(); 14 return app.exec();