Tooltip: Remove TipFactory

It's not really used as such.

Change-Id: Ia748cdb5273d661dfea9f8f39a17a872d3ee4de6
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
hjk
2013-01-17 17:28:25 +01:00
committed by hjk
parent 66985fa8d6
commit c74835d519
6 changed files with 20 additions and 132 deletions

View File

@@ -53,11 +53,7 @@ class QWidget;
QT_END_NAMESPACE
namespace Utils {
namespace Internal {
class TipFactory;
class QTipLabel;
}
namespace Internal { class QTipLabel; }
class TipContent;
@@ -95,7 +91,6 @@ private:
void showTip();
void hideTipWithDelay();
Internal::TipFactory *m_tipFactory;
Internal::QTipLabel *m_tip;
QWidget *m_widget;
QRect m_rect;