1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor: Remove using Manager from ContentDialog

This commit is contained in:
Diadlo 2018-12-24 21:29:57 +03:00
parent 65a5b5121d
commit 52f8ba48c4
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -45,10 +45,6 @@
#include "src/widget/translator.h" #include "src/widget/translator.h"
#include "src/widget/widget.h" #include "src/widget/widget.h"
// TODO: Remove. Never do this
// HACK: To check, if dialog contains widget
#include "src/widget/contentdialogmanager.h"
static const int minWidget = 220; static const int minWidget = 220;
static const int minHeight = 220; static const int minHeight = 220;
static const QSize minSize(minHeight, minWidget); static const QSize minSize(minHeight, minWidget);