forked from qt-creator/qt-creator
Core: Fix memory leak
Detected by valgrind Change-Id: Iae3845edfcf1933c90b6b20b6af3909324ceb6fe Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
92fbbaea9b
commit
5ad01800a3
@@ -44,9 +44,8 @@ QT_END_NAMESPACE
|
||||
namespace Core {
|
||||
namespace Internal {
|
||||
|
||||
class WindowList : public QObject
|
||||
class WindowList
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
static void addWindow(QWidget *window);
|
||||
static void removeWindow(QWidget *window);
|
||||
|
||||
Reference in New Issue
Block a user