Reintegrate merge from wsjtx_exp branch.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6122 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2015-11-18 01:28:12 +00:00
parent 09ef0cccd8
commit 97704efba8
148 changed files with 10084 additions and 1574 deletions
+2
View File
@@ -1,5 +1,6 @@
#include "messageaveraging.h"
#include <QSettings>
#include <QApplication>
#include "ui_messageaveraging.h"
#include "commons.h"
#include "moc_messageaveraging.cpp"
@@ -10,6 +11,7 @@ MessageAveraging::MessageAveraging(QSettings * settings, QWidget *parent) :
ui(new Ui::MessageAveraging)
{
ui->setupUi(this);
setWindowTitle (QApplication::applicationName () + " - " + tr ("Message Averaging"));
read_settings ();
}