mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 11:22:58 +00:00
add inclusion guard to private qpushbutton header
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
fb67a14816
commit
0136c272dc
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef QPUSHBUTTON_P_H
|
||||||
|
#define QPUSHBUTTON_P_H
|
||||||
|
|
||||||
#include "qabstractbutton_p.h"
|
#include "qabstractbutton_p.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -85,3 +88,5 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
#endif // QPUSHBUTTON_P_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue