diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-06-01 15:28:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-06-01 15:28:26 +0200 |
commit | 9a865aa2880b28953e313389e44974dab88e535b (patch) | |
tree | 07698dc86375feced8bc45be86d4d5f386af5f7d /vcl/qt5/Qt5VirtualDevice.cxx | |
parent | 1cfe22ff1d8327f015a2ef17175f8c7845929432 (diff) |
Various trivial loplugin fixes in --enable-qt5
Change-Id: I9539eb77f663e1174919ae801495801f81571710
Diffstat (limited to 'vcl/qt5/Qt5VirtualDevice.cxx')
-rw-r--r-- | vcl/qt5/Qt5VirtualDevice.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/qt5/Qt5VirtualDevice.cxx b/vcl/qt5/Qt5VirtualDevice.cxx index fc0c66232853..c1ab6a0b5cdb 100644 --- a/vcl/qt5/Qt5VirtualDevice.cxx +++ b/vcl/qt5/Qt5VirtualDevice.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Qt5VirtualDevice.hxx" +#include <Qt5VirtualDevice.hxx> -#include "Qt5Graphics.hxx" -#include "Qt5Tools.hxx" +#include <Qt5Graphics.hxx> +#include <Qt5Tools.hxx> #include <QtGui/QImage> |