forked from github_mirror/framelesshelper
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:
parent
0c635305a8
commit
a970cafe3a
|
@ -10,8 +10,6 @@
|
|||
#include <QVBoxLayout>
|
||||
#include <QWidget>
|
||||
|
||||
static const int m_defaultButtonWidth = 45;
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
// High DPI scaling is enabled by default from Qt 6
|
||||
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
|
||||
|
|
Loading…
Reference in New Issue