13#include <QtCore/qobject.h>
14#include <QtCore/qtimer.h>
15#include <QtCore/qpoint.h>
16#include <QtCore/qstring.h>
24 static void showToolTip(
const QPoint& _pos,
const QString& _text,
int _timeout = 0);
29 void slotShowDelayedToolTip(
void);
33 void showToolTipImpl(
const QPoint& _pos,
const QString& _text,
int _timeout);
34 void hideToolTipImpl(
void);
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14