mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Change the source file names from arrl_digi.* to activeStations.*
This commit is contained in:
parent
f180d30126
commit
e8c08c24a5
@ -274,7 +274,7 @@ set (wsjtx_CXXSRCS
|
||||
widgets/about.cpp
|
||||
widgets/astro.cpp
|
||||
widgets/messageaveraging.cpp
|
||||
widgets/arrl_digi.cpp
|
||||
widgets/activeStations.cpp
|
||||
widgets/colorhighlighting.cpp
|
||||
WSPR/WsprTxScheduler.cpp
|
||||
widgets/mainwindow.cpp
|
||||
@ -652,7 +652,7 @@ set (wsjtx_UISRCS
|
||||
widgets/echograph.ui
|
||||
widgets/fastgraph.ui
|
||||
widgets/messageaveraging.ui
|
||||
widgets/arrl_digi.ui
|
||||
widgets/activeStations.ui
|
||||
widgets/widegraph.ui
|
||||
widgets/logqso.ui
|
||||
Configuration.ui
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "arrl_digi.h"
|
||||
#include "activeStations.h"
|
||||
|
||||
#include <QSettings>
|
||||
#include <QApplication>
|
||||
@ -6,9 +6,9 @@
|
||||
|
||||
#include "SettingsGroup.hpp"
|
||||
#include "qt_helpers.hpp"
|
||||
#include "ui_arrl_digi.h"
|
||||
#include "ui_activeStations.h"
|
||||
|
||||
#include "moc_arrl_digi.cpp"
|
||||
#include "moc_activeStations.cpp"
|
||||
|
||||
ActiveStations::ActiveStations(QSettings * settings, QFont const& font, QWidget *parent) :
|
||||
QWidget(parent),
|
@ -60,7 +60,7 @@
|
||||
#include "fastgraph.h"
|
||||
#include "about.h"
|
||||
#include "messageaveraging.h"
|
||||
#include "arrl_digi.h"
|
||||
#include "activeStations.h"
|
||||
#include "colorhighlighting.h"
|
||||
#include "widegraph.h"
|
||||
#include "sleep.h"
|
||||
|
@ -4,7 +4,7 @@ SOURCES += \
|
||||
widgets/meterwidget.cpp widgets/signalmeter.cpp \
|
||||
widgets/plotter.cpp widgets/widegraph.cpp widgets/about.cpp \
|
||||
widgets/mainwindow.cpp widgets/messageaveraging.cpp \
|
||||
widgets/arrl_digi.cpp \
|
||||
widgets/activeStations.cpp \
|
||||
widgets/echoplot.cpp widgets/echograph.cpp widgets/fastgraph.cpp \
|
||||
widgets/fastplot.cpp widgets/MessageBox.cpp \
|
||||
widgets/colorhighlighting.cpp widgets/ExportCabrillo.cpp \
|
||||
@ -20,7 +20,7 @@ HEADERS += \
|
||||
widgets/displaytext.h widgets/logqso.h widgets/LettersSpinBox.hpp \
|
||||
widgets/FrequencyLineEdit.hpp widgets/FrequencyDeltaLineEdit.hpp widgets/signalmeter.h \
|
||||
widgets/meterwidget.h widgets/messageaveraging.h \
|
||||
widgets/arrl_digi.h \
|
||||
widgets/activeStations.h \
|
||||
widgets/echoplot.h widgets/echograph.h widgets/fastgraph.h \
|
||||
widgets/fastplot.h widgets/MessageBox.hpp widgets/colorhighlighting.h \
|
||||
widgets/ExportCabrillo.h widgets/AbstractLogWindow.hpp \
|
||||
@ -33,7 +33,7 @@ FORMS += \
|
||||
widgets/mainwindow.ui widgets/about.ui \
|
||||
widgets/widegraph.ui widgets/astro.ui \
|
||||
widgets/logqso.ui widgets/messageaveraging.ui \
|
||||
widgets/arrl_digi.ui \
|
||||
widgets/activeStations.ui \
|
||||
widgets/echograph.ui widgets/fastgraph.ui \
|
||||
widgets/colorhighlighting.ui widgets/ExportCabrillo.ui \
|
||||
widgets/FoxLogWindow.ui widgets/CabrilloLogWindow.ui
|
||||
|
Loading…
Reference in New Issue
Block a user