Put some space between completion info tooltip and delay appearing

Done with mae and Jens Bache-Wiig.
This commit is contained in:
Thorbjørn Lindeijer
2010-04-15 14:34:31 +02:00
parent 7fc5c4173d
commit 2cebfd001f
2 changed files with 12 additions and 5 deletions

View File

@@ -31,7 +31,8 @@
#define COMPLETIONWIDGET_H
#include <QtGui/QListView>
#include <QPointer>
#include <QtCore/QPointer>
#include <QtCore/QTimer>
namespace TextEditor {
@@ -113,6 +114,7 @@ private:
AutoCompletionModel *m_model;
CompletionSupport *m_support;
QPointer<CompletionInfoFrame> m_infoFrame;
QTimer m_infoTimer;
};
} // namespace Internal