New TODO comment style.

Qt Creator 2.5 is able to parse those.
This commit is contained in:
Felix Geyer
2012-05-11 12:39:06 +02:00
parent 8faac078fd
commit 587a647c11
16 changed files with 38 additions and 38 deletions

View File

@@ -53,7 +53,7 @@ Config::Config()
userPath += "/keepassx/";
#elif defined(Q_WS_MAC)
// TODO where to store the config on mac?
// TODO: where to store the config on mac?
userPath = homePath;
userPath += "/.keepassx/";
#elif defined(Q_WS_WIN)