mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
fix compiler warning about misleading identation
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
06e6ca8c4d
commit
9b6267878c
1 changed files with 7 additions and 7 deletions
|
@ -128,13 +128,13 @@ void Uic::writeCopyrightHeader(DomUI *ui)
|
||||||
if (comment.size())
|
if (comment.size())
|
||||||
out << "/*\n" << comment << "\n*/\n\n";
|
out << "/*\n" << comment << "\n*/\n\n";
|
||||||
|
|
||||||
out << "/********************************************************************************\n";
|
out << "/********************************************************************************\n";
|
||||||
out << "** Form generated from reading UI file '" << QFileInfo(opt.inputFile).fileName() << "'\n";
|
out << "** Form generated from reading UI file '" << QFileInfo(opt.inputFile).fileName() << "'\n";
|
||||||
out << "**\n";
|
out << "**\n";
|
||||||
out << "** Created by: Qt User Interface Compiler version " << QLatin1String(QT_VERSION_STR) << "\n";
|
out << "** Created by: Qt User Interface Compiler version " << QLatin1String(QT_VERSION_STR) << "\n";
|
||||||
out << "**\n";
|
out << "**\n";
|
||||||
out << "** WARNING! All changes made in this file will be lost when recompiling UI file!\n";
|
out << "** WARNING! All changes made in this file will be lost when recompiling UI file!\n";
|
||||||
out << "********************************************************************************/\n\n";
|
out << "********************************************************************************/\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check the version with a stream reader at the <ui> element.
|
// Check the version with a stream reader at the <ui> element.
|
||||||
|
|
Loading…
Add table
Reference in a new issue