Use the correct ifdef (QT_WIDGETS_LIB) in qsqlrelationaldelegate.h
Change-Id: I4cdb1eef7dab55c7d295463fe8ad29b5480b0788 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>bb10
parent
cc94a1c845
commit
3c4cfff783
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QSQLRELATIONALDELEGATE_H
|
||||
#define QSQLRELATIONALDELEGATE_H
|
||||
|
||||
#ifdef QT_GUI_LIB
|
||||
#ifdef QT_WIDGETS_LIB
|
||||
|
||||
#include <QtWidgets/qitemdelegate.h>
|
||||
#include <QtWidgets/qlistview.h>
|
||||
|
|
@ -123,6 +123,6 @@ QT_END_NAMESPACE
|
|||
|
||||
QT_END_HEADER
|
||||
|
||||
#endif // QT_GUI_LIB
|
||||
#endif // QT_WIDGETS_LIB
|
||||
|
||||
#endif // QSQLRELATIONALDELEGATE_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue