Skip to content

Commit

Permalink
edid: Remove QtCore private API usage from AuroraEdidSupport
Browse files Browse the repository at this point in the history
Issue: #11
  • Loading branch information
plfiorini committed Jun 12, 2022
1 parent 7e58e0c commit c1b5a49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/platformsupport/edid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ liri_add_module(AuroraEdidSupport
QT_NO_FOREACH
LIBRARIES
Qt::Core
Qt::CorePrivate
NO_CMAKE
NO_PKGCONFIG
STATIC
Expand Down
6 changes: 3 additions & 3 deletions src/platformsupport/edid/auroraedidparser_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
// We mean it.
//

#include <QtGui/qtguiglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qpoint.h>
#include <QtCore/qsize.h>
#include <QtCore/qstring.h>
#include <QtCore/private/qglobal_p.h>

#include <LiriAuroraEdidSupport/liriauroraedidsupportglobal.h>

namespace Aurora {

namespace PlatformSupport {

class Q_GUI_EXPORT EdidParser
class LIRIAURORAEDIDSUPPORT_EXPORT EdidParser
{
public:
bool parse(const QByteArray &blob);
Expand Down
2 changes: 0 additions & 2 deletions src/platformsupport/edid/auroraedidvendortable_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
// We mean it.
//

#include <QtCore/private/qglobal_p.h>

namespace Aurora {

namespace PlatformSupport {
Expand Down

0 comments on commit c1b5a49

Please sign in to comment.