mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-23 21:20:52 +03:00
Start moving stuff to utils.cpp
This commit is contained in:
17
src/utils.h
Normal file
17
src/utils.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#include <QString>
|
||||
#include <QProcess>
|
||||
#include <QDir>
|
||||
#include <QFile>
|
||||
|
||||
class utils
|
||||
{
|
||||
public:
|
||||
utils();
|
||||
|
||||
QString getSmartctlPath();
|
||||
};
|
||||
|
||||
#endif // UTILS_H
|
||||
Reference in New Issue
Block a user