Utils: Move reuse.h out of sight

It caused a deprecation warning in each user. The warning itself
is not gone but appears less often now.

Change-Id: I03a995897635a182fa254fa574ccbfbfc7515f1a
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-07-04 16:02:09 +02:00
parent 8d84e2f2e1
commit 6e4d0a70e9
7 changed files with 30 additions and 65 deletions

View File

@@ -36,6 +36,9 @@
namespace Utils {
namespace Internal {
int screenNumber(const QPoint &pos, QWidget *w);
QRect screenGeometry(const QPoint &pos, QWidget *w);
class TipLabel : public QLabel
{
public: