From 998e0da2ba2823f6048f420d69386b2265247e81 Mon Sep 17 00:00:00 2001 From: kergoth Date: Fri, 04 Apr 2003 19:37:49 +0000 Subject: Minor bugfix as reported by a user, werent returning an int from main. --- 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 @@ -31,5 +31,5 @@ int main( int argc, char **argv ) // if ( argc == 3 && argv[1] == QCString("-f") ) // e.openFile(argv[2]); - a.exec(); + return a.exec(); } -- cgit v0.9.0.2