Initial Qt Commit
This commit is contained in:
13
src/qt/qt_harddrive_common.hpp
Normal file
13
src/qt/qt_harddrive_common.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class QString;
|
||||
class QAbstractItemModel;
|
||||
|
||||
namespace Harddrives {
|
||||
void populateBuses(QAbstractItemModel* model);
|
||||
void populateRemovableBuses(QAbstractItemModel* model);
|
||||
void populateBusChannels(QAbstractItemModel* model, int bus);
|
||||
QString BusChannelName(uint8_t bus, uint8_t channel);
|
||||
};
|
||||
Reference in New Issue
Block a user