Remove useless variable.

It's not used since we use the object pointers.

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2020-05-14 10:27:10 +08:00
parent 0c635305a8
commit a970cafe3a
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@
#include <QVBoxLayout> #include <QVBoxLayout>
#include <QWidget> #include <QWidget>
static const int m_defaultButtonWidth = 45;
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
// High DPI scaling is enabled by default from Qt 6 // High DPI scaling is enabled by default from Qt 6
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) #if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))