summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/textedit/main.cpp b/core/apps/textedit/main.cpp
index 4f27667..f80c5d8 100644
--- a/core/apps/textedit/main.cpp
+++ b/core/apps/textedit/main.cpp
@@ -28,8 +28,8 @@ int main( int argc, char **argv )
28 28
29 TextEdit e; 29 TextEdit e;
30 a.showMainDocumentWidget(&e); 30 a.showMainDocumentWidget(&e);
31// if ( argc == 3 && argv[1] == QCString("-f") ) 31// if ( argc == 3 && argv[1] == QCString("-f") )
32// e.openFile(argv[2]); 32// e.openFile(argv[2]);
33 33
34 a.exec(); 34 return a.exec();
35} 35}