From 61f4fe32a8af48d5ebfcf0986f86314349c87427 Mon Sep 17 00:00:00 2001 From: Myreal Name Date: Tue, 14 Jun 2011 00:34:15 +0600 Subject: [PATCH] test --- shell/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/main.cpp b/shell/main.cpp index 0ded37614..d14bc839c 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -40,6 +40,7 @@ static bool attachUniqueInstance(KCmdLineArgs* args) int main(int argc, char** argv) { KAboutData about = okularAboutData( "okular", I18N_NOOP( "Okular" ) ); + cout << "This is the main function" << endl; KCmdLineArgs::init(argc, argv, &about);