1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor: reorder of includes

This commit is contained in:
TriKriSta 2020-03-17 15:13:23 +02:00 committed by Anthony Bilinski
parent 14f4188401
commit 6b77446c82
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -19,8 +19,8 @@
#pragma once
#include <QLabel>
#include <QFrame>
#include <QLabel>
class CroppingLabel;