Browse Source

refactor: Remove using Manager from ContentDialog

reviewable/pr5471/r3
Diadlo 7 years ago
parent
commit
52f8ba48c4
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
  1. 4
      src/widget/contentdialog.cpp

4
src/widget/contentdialog.cpp

@ -45,10 +45,6 @@ @@ -45,10 +45,6 @@
#include "src/widget/translator.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 minHeight = 220;
static const QSize minSize(minHeight, minWidget);

Loading…
Cancel
Save