qpushbutton_p.h: add missing include guard

Change-Id: I255550e7235dcc8d2170f97e08752c2cb7cea624
Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
J-P Nurmi 2013-08-16 12:36:26 +02:00 committed by The Qt Project
parent 0d8ba7e349
commit 2468db75c0

View File

@ -39,6 +39,9 @@
**
****************************************************************************/
#ifndef QPUSHBUTTON_P_H
#define QPUSHBUTTON_P_H
#include "private/qabstractbutton_p.h"
//
@ -88,3 +91,5 @@ public:
};
QT_END_NAMESPACE
#endif // QPUSHBUTTON_P_H