diff options
Diffstat (limited to 'src/plugins/General/converter/converter.h')
| -rw-r--r-- | src/plugins/General/converter/converter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/converter/converter.h b/src/plugins/General/converter/converter.h index 94571f11b..f35a4251c 100644 --- a/src/plugins/General/converter/converter.h +++ b/src/plugins/General/converter/converter.h @@ -38,7 +38,7 @@ class Converter : public QObject, public QRunnable { Q_OBJECT public: - explicit Converter(QObject *parent = 0); + explicit Converter(QObject *parent = nullptr); virtual ~Converter(); bool prepare(const QString &url, int row, const QVariantMap &preset); |
