Skip to content

Commit

Permalink
[developermode] Remove undefined function. Contributes to JB#39097
Browse files Browse the repository at this point in the history
  • Loading branch information
blammit committed Mar 14, 2018
1 parent d6a8835 commit f7ca24b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/developermodesettings.h
Expand Up @@ -126,7 +126,6 @@ class SYSTEMSETTINGS_EXPORT DeveloperModeSettings : public QObject

private slots:
void transactionPackage(uint info, const QString &packageId);
void transactionItemProgress(const QString &package, uint status, uint progress);
void transactionErrorCode(uint code, const QString &message);
void transactionFinished(uint exit, uint runtime);
void transactionPropertiesChanged(const QString &interface, const QVariantMap &changed, const QStringList &invalidated);
Expand Down

0 comments on commit f7ca24b

Please sign in to comment.