From 2cc09578947ee65dc502d5097d4553b696d91c9b Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Wed, 27 Sep 2017 18:39:39 +0300 Subject: Revamp the Enumerator Example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update includes to common style. * Remove QT_USE_NAMESPACE macro. Task-number: QTBUG-60652 Change-Id: Ic8860e7e6d0fa320e251e02f3d294845c662a8d0 Reviewed-by: André Hartmann Reviewed-by: Alex Blasche --- examples/serialport/enumerator/main.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/serialport/enumerator/main.cpp b/examples/serialport/enumerator/main.cpp index d7622a2..fef1ce0 100644 --- a/examples/serialport/enumerator/main.cpp +++ b/examples/serialport/enumerator/main.cpp @@ -50,13 +50,11 @@ ****************************************************************************/ #include -#include -#include #include #include -#include - -QT_USE_NAMESPACE +#include +#include +#include int main(int argc, char *argv[]) { -- cgit v1.2.1