summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-06-20 23:49:29 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2016-06-20 23:49:29 +0200
commit7f9dd380285b1ff295d9cf299d01d69ed1811b1a (patch)
treea197127a0529f33f34d0cb8a19e393607adeeb1c /main.cpp
parent3c1c90148c945bd564739055f5ffe8ba642b69a5 (diff)
Lots of source documentation, some minor cleanup and added a previously non-translatable message.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 5a68ed28..68a403f7 100644
--- a/main.cpp
+++ b/main.cpp
@@ -32,7 +32,7 @@
* @return
*/
int main(int argc, char *argv[]) {
- // check for stupid apple psid or whatever flag
+ // @todo(annejan) check for stupid apple psid or whatever flag
QString text = "";
for (int i = 1; i < argc; ++i) {
if (i > 1)