Comment files now start with a UTF-8 BOM

Added an "Apply" MessageBox button to handle the convert option asked by fossil
Converted Q_WS_* to Q_OS_* since the first no longer exists in QT5

FossilOrigin-Name: f99bd8ac7960cb1758222d2211937e99708f67f3
This commit is contained in:
Kostas
2014-07-28 10:38:37 +00:00
parent 8938bb6b85
commit 1c544b0479
8 changed files with 371 additions and 353 deletions

View File

@@ -15,7 +15,7 @@
QString SettingsDialog::SelectExe(QWidget *parent, const QString &description)
{
QString filter(tr("Applications"));
#ifdef Q_WS_WIN
#ifdef Q_OS_WIN
filter += " (*.exe)";
#else
filter += " (*)";