1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 00:35:14 +03:00

Move to Qt5 and Qt5Multimedia

This commit is contained in:
Bertrand Songis 2015-08-09 22:32:17 +02:00
parent d7a9710a9c
commit aec2170e7e
98 changed files with 355 additions and 438 deletions

View file

@ -1,5 +1,3 @@
#include <QtGui>
#include <stdint.h>
#include "debugoutput.h"
#include "ui_debugoutput.h"
@ -18,7 +16,6 @@ DebugOutput::DebugOutput(QWidget * parent):
QFont newFont("Courier", 9);
ui->Output->setFont(newFont);
#endif
}
DebugOutput::~DebugOutput()