aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-01-14 17:06:29 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-01-14 17:06:29 +0100
commit6bf5766469b037c5ec695492218ddebecd3d54ed (patch)
tree5d9c93ca9d02210925f84ea957efbd64d29b7ab9 /src/main.cpp
parentSwapping profiles now works (diff)
downloadsmolbote-6bf5766469b037c5ec695492218ddebecd3d54ed.tar.xz
Added Readme
Changed name of application
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a0ec78f..835bbbf 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -6,7 +6,7 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
- app.setApplicationName("qtwebenginebrowser");
+ app.setApplicationName("smolbote");
app.setApplicationVersion("0.0.0");
QCommandLineParser parser;