mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-16 12:48:42 -04:00
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:
@@ -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 ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user