qgtk2dialoghelpers.h: Don't rely on indirect includes
Change-Id: I78e519e32bf3f40e742030926f8dd32a9a7e11a2 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
This commit is contained in:
parent
b5a3a02d51
commit
274677a3cb
@ -34,7 +34,11 @@
|
||||
#ifndef QGTK2DIALOGHELPERS_P_H
|
||||
#define QGTK2DIALOGHELPERS_P_H
|
||||
|
||||
#include <QtCore/qhash.h>
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtCore/qurl.h>
|
||||
#include <QtCore/qscopedpointer.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <qpa/qplatformdialoghelper.h>
|
||||
|
||||
typedef struct _GtkDialog GtkDialog;
|
||||
@ -43,6 +47,7 @@ typedef struct _GtkFileFilter GtkFileFilter;
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QGtk2Dialog;
|
||||
class QColor;
|
||||
|
||||
class QGtk2ColorDialogHelper : public QPlatformColorDialogHelper
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user