summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-17 22:13:51 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-07-17 22:13:51 +0200
commitb8d11e807fefa292f08bb89b87e0474aa229441d (patch)
tree13841d98042be551dac002d86ef3ec9f74941856 /main.cpp
parentb1de173703cea9547b363a8ee02a00b4b1f94468 (diff)
cleanup of ui and finalizing stuff
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 8f397ab8..a7a82d94 100644
--- a/main.cpp
+++ b/main.cpp
@@ -4,6 +4,7 @@
int main(int argc, char *argv[])
{
+ // check for stupid apple psid or whatever flag
QString text = "";
for (int i = 1; i < argc; ++i) {
if (i > 1) {