File tree Expand file tree Collapse file tree 10 files changed +13
-22
lines changed Expand file tree Collapse file tree 10 files changed +13
-22
lines changed Original file line number Diff line number Diff line change 1- #include " console .h"
1+ #include " Console .h"
22#include " Sleeper.h"
33
44#include < QApplication>
File renamed without changes.
Original file line number Diff line number Diff line change 77#include < QMutex>
88#include < QByteArray>
99
10- #include " console .h"
10+ #include " Console .h"
1111#include " StatusDialog.h"
1212#include " qext/qextserialport.h"
1313
Original file line number Diff line number Diff line change 1- #include " termprefs .h"
1+ #include " TermPrefs .h"
22#include " Preferences.h"
33#include " ui_TermPrefs.h"
4- #include " console.h"
54
65TermPrefs::TermPrefs (Terminal *term) : ui(new Ui::TermPrefs)
76{
Original file line number Diff line number Diff line change 33class TermPrefs ;
44
55#include < QtGui>
6- #include " terminal .h"
7- #include " console .h"
6+ #include " Terminal .h"
7+ #include " Console .h"
88#include " Preferences.h"
99#include " colors.h"
1010
Original file line number Diff line number Diff line change 1- #include " terminal .h"
1+ #include " Terminal .h"
22
33#include < QApplication>
44#include < QDialog>
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ class Terminal;
1111#include < QLabel>
1212#include < QTabWidget>
1313
14- #include " console .h"
14+ #include " Console .h"
1515#include " PortListener.h"
16- #include " termprefs .h"
16+ #include " TermPrefs .h"
1717
1818class Terminal : public QDialog
1919{
Original file line number Diff line number Diff line change @@ -255,11 +255,6 @@ void MainWindow::openLastFile()
255255 * ******************************************************************/
256256}
257257
258- void MainWindow::terminalEditorTextChanged ()
259- {
260- QString text = termEditor->toPlainText ();
261- }
262-
263258/*
264259 * get the application settings from the registry for compile/startup
265260 */
Original file line number Diff line number Diff line change 1717
1818#include " PortListener.h"
1919#include " qext/qextserialport.h"
20- #include " terminal .h"
20+ #include " Terminal .h"
2121#include " Preferences.h"
22- #include " console.h"
2322#include " editor.h"
2423#include " PortConnectionMonitor.h"
2524#include " StatusDialog.h"
@@ -70,7 +69,6 @@ public slots:
7069 void updateBackgroundColors ();
7170
7271public slots:
73- void terminalEditorTextChanged ();
7472 void newFile ();
7573 void newFileAction ();
7674 void openFile (const QString &path = QString());
@@ -248,7 +246,6 @@ public slots:
248246 QComboBox *cbBoard;
249247 QComboBox *cbPort;
250248 QToolButton *btnConnected;
251- Console *termEditor;
252249 PortListener *portListener;
253250 Terminal *term;
254251 int termXpos;
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ SOURCES += main.cpp\
3535 editor.cpp \
3636 SpinHighlighter.cpp \
3737 SpinParser.cpp \
38- terminal .cpp \
39- console .cpp \
38+ Terminal .cpp \
39+ Console .cpp \
4040 termprefs.cpp
4141
4242HEADERS += mainwindow.h \
@@ -54,8 +54,8 @@ HEADERS += mainwindow.h \
5454 SpinParser.h \
5555 colors.h \
5656 Sleeper.h \
57- terminal .h \
58- console .h \
57+ Terminal .h \
58+ Console .h \
5959 termprefs.h \
6060
6161OTHER_FILES +=
You can’t perform that action at this time.
0 commit comments