mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-20 19:50:53 +03:00
Reorganize includes
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
#ifndef MAINWINDOW_H
|
||||
#define MAINWINDOW_H
|
||||
#pragma once
|
||||
|
||||
#include <QAction>
|
||||
#include <QActionGroup>
|
||||
#include <QJsonObject>
|
||||
#include <QMainWindow>
|
||||
#include <QMainWindow>
|
||||
#include <QMouseEvent>
|
||||
#include <QSettings>
|
||||
#include <QTableWidget>
|
||||
#include <QWidget>
|
||||
#include <cmath>
|
||||
|
||||
#include "statusdot.h"
|
||||
@@ -27,23 +34,14 @@ public:
|
||||
|
||||
private slots:
|
||||
void on_actionQuit_triggered();
|
||||
|
||||
void on_actionSave_JSON_triggered();
|
||||
|
||||
void on_actionGitHub_triggered();
|
||||
|
||||
void on_actionRescan_Refresh_triggered();
|
||||
|
||||
void on_actionAbout_triggered();
|
||||
|
||||
void on_actionIgnore_C4_Reallocation_Event_Count_toggled(bool enabled);
|
||||
|
||||
void on_actionHEX_toggled(bool enabled);
|
||||
|
||||
void on_actionUse_Fahrenheit_toggled(bool enabled);
|
||||
|
||||
void on_actionCyclic_Navigation_toggled(bool arg1);
|
||||
|
||||
void on_actionUse_GB_instead_of_TB_toggled(bool arg1);
|
||||
|
||||
private:
|
||||
@@ -85,4 +83,3 @@ private:
|
||||
void addSmartAttributesTable(const QJsonArray &attributes);
|
||||
void mousePressEvent(QMouseEvent*);
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user