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:
parent
65a5b5121d
commit
52f8ba48c4
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user