mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-07 20:09:55 +03:00
Reorganize includes
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
#include "utils.h"
|
||||
|
||||
utils::utils() {}
|
||||
#include <QAbstractButton>
|
||||
#include <QApplication>
|
||||
#include <QDir>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
#include <QMessageBox>
|
||||
#include <QProcess>
|
||||
#include <QPushButton>
|
||||
#include <QTimer>
|
||||
|
||||
void utils::clearButtonGroup(QButtonGroup* buttonGroup, QHBoxLayout* horizontalLayout, QSpacerItem* buttonStretch, QMenu* menuDisk)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user