mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-07 20:09:55 +03:00
Fix a double include I missed
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
|
||||
MainWindow::MainWindow(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
, initializing(true)
|
||||
, ui(new Ui::MainWindow)
|
||||
, settings("qdiskinfo", "qdiskinfo")
|
||||
, initializing(true)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user