Fix indention of code generated for mobile gui apps

This commit is contained in:
Tobias Hunger
2010-04-15 16:31:54 +02:00
parent ad5dde3bfe
commit b7c0a42025
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,6 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);
%CLASS% w;
%SHOWMETHOD%
%SHOWMETHOD%
return a.exec();
}

View File

@@ -46,7 +46,7 @@
#include <QtGui/QIcon>
static const char *mainSourceFileC = "main";
static const char *mainSourceShowC = "w.show();\n";
static const char *mainSourceShowC = " w.show();\n";
static const char *mainSourceMobilityShowC = "#if defined(Q_WS_S60)\n"
" w.showMaximized();\n"
"#else\n"