forked from qt-creator/qt-creator
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user