Commit 2cc09578 authored by Denis Shienkov's avatar Denis Shienkov
Browse files

Revamp the Enumerator Example


* Update includes to common style.
* Remove QT_USE_NAMESPACE macro.

Task-number: QTBUG-60652
Change-Id: Ic8860e7e6d0fa320e251e02f3d294845c662a8d0
Reviewed-by: default avatarAndré Hartmann <aha_1980@gmx.de>
Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
Showing with 3 additions and 5 deletions
...@@ -50,13 +50,11 @@ ...@@ -50,13 +50,11 @@
****************************************************************************/ ****************************************************************************/
#include <QApplication> #include <QApplication>
#include <QWidget>
#include <QVBoxLayout>
#include <QLabel> #include <QLabel>
#include <QScrollArea> #include <QScrollArea>
#include <QtSerialPort/QSerialPortInfo> #include <QSerialPortInfo>
#include <QVBoxLayout>
QT_USE_NAMESPACE #include <QWidget>
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment