Skip to content

Commit 1999bba

Browse files
committed
Add missing info enum values
1 parent df2f29e commit 1999bba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/transaction.h

+6-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,12 @@ class PACKAGEKITQT_LIBRARY Transaction : public QObject
461461
InfoDecompressing,
462462
InfoUntrusted,
463463
InfoTrusted,
464-
InfoUnavailable
464+
InfoUnavailable,
465+
InfoCritical,
466+
InfoInstall,
467+
InfoRemove,
468+
InfoObsolete,
469+
InfoDowngrade
465470
};
466471
Q_ENUM(Info)
467472

0 commit comments

Comments
 (0)