Fix more Qt deprecation warnings (#6615)

* Add <QHash> to PluginFactory.h

* Handle one more deprecated QTextStream::endl

* Replace QLayout::setMargin with setContentsMargins

* Replace Qt::MidButton with Qt::MiddleButton

* Replace QPalette::Background with QPalette::Window

* Fix deprecation warnings in LcdFloatSpinBox
This commit is contained in:
Hyunjin Song
2023-01-18 10:16:28 +09:00
committed by GitHub
parent 158bb50816
commit f89d52fa21
36 changed files with 69 additions and 62 deletions

View File

@@ -29,6 +29,7 @@
#include <string>
#include <QFileInfo>
#include <QHash>
#include <QList>
#include <QString>
#include <QVector>