Raw -> Smart Pointers for mupp, qt5/qt6.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#ifndef _PMUPP_H_
|
||||
#define _PMUPP_H_
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QVector>
|
||||
@@ -156,7 +158,7 @@ class PParamDataHandler : public QObject {
|
||||
void newData();
|
||||
|
||||
private:
|
||||
QProcess *fProc; ///< this will be needed if msr2data needs to be called
|
||||
std::unique_ptr<QProcess> fProc; ///< this will be needed if msr2data needs to be called
|
||||
QVector<PmuppCollection> fCollection; ///< all the collections handeled
|
||||
|
||||
bool analyzeFileList(const QStringList &fln, QString &collectionName,
|
||||
|
||||
Reference in New Issue
Block a user