summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/main.cpp
Unidiff
Diffstat (limited to 'noncore/comm/keypebble/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/keypebble/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/comm/keypebble/main.cpp b/noncore/comm/keypebble/main.cpp
index a32a368..ee3cd79 100644
--- a/noncore/comm/keypebble/main.cpp
+++ b/noncore/comm/keypebble/main.cpp
@@ -12,7 +12,6 @@ int main( int argc, char **argv )
12 12
13 if ( argc > 1 ) 13 if ( argc > 1 )
14 view->openURL( QUrl(argv[1]) ); 14 view->openURL( QUrl(argv[1]) );
15 15
16 return app.exec(); 16 return app.exec();
17} 17}
18