parent
fbd2c86629
commit
378ae6ecbb
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
*/
|
||||
class CProfilesModel : public QAbstractListModel
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CProfilesModel(QObject *parent);
|
||||
CProfilesModel(const CProfiles &profiles, QObject *parent);
|
||||
|
|
Loading…
Reference in a new issue