summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-22 02:09:44 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-22 02:09:44 +0200
commit38c308b98481436fd26631d0bb344d1f66ba25fd (patch)
tree96be654b284eb28963bf41cdcc582c46dd91754b /src
parentFixing authors. Just me for now, waiting for the others.. (diff)
downloadrekonq-38c308b98481436fd26631d0bb344d1f66ba25fd.tar.xz
Providing addAuthor example..
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d0458f1a..d465d50f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -53,6 +53,11 @@ int main(int argc, char **argv)
"adjam7@gmail.com",
"http://www.adjam.org");
+// about.addAuthor(ki18n("your name"),
+// ki18n("your role"),
+// "your mail",
+// "your site");
+
// Initialize command line args
KCmdLineArgs::init(argc, argv, &about);