summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien BUSTANY <madcat@mymadcat.com>2008-06-13 23:41:36 +0200
committerAdrien BUSTANY <madcat@mymadcat.com>2008-06-13 23:41:36 +0200
commita06449f77b8b44fc41c8d612c612c9f514dbdeda (patch)
treedf9ef9f6023ee17413ec0fbb9d1dd81b53422ddd
parenta35ad8eaf8cc9597e95b26e97960774208d5414d (diff)
Add Enums to QPackageKit.h
-rw-r--r--lib/QPackageKit.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/QPackageKit.h b/lib/QPackageKit.h
index 1c57787..ddbd2e6 100644
--- a/lib/QPackageKit.h
+++ b/lib/QPackageKit.h
@@ -6,5 +6,13 @@
// Enums
#include "Exit.h"
+#include "Actions.h"
+#include "Error.h"
+#include "Exit.h"
+#include "Provides.h"
+#include "Restart.h"
+#include "Role.h"
+#include "SignatureType.h"
+#include "Status.h"
#endif