From 5debdbc871becebc8b0fcd7bea96d3973eb354b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20P=C3=A5lsson?= Date: Tue, 8 Apr 2014 13:42:32 +0200 Subject: Changed order of DIALOG_RESULT members --- common/browserdefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/browserdefs.h b/common/browserdefs.h index f9c8e84..64368e7 100644 --- a/common/browserdefs.h +++ b/common/browserdefs.h @@ -232,8 +232,8 @@ namespace conn { */ //## type DIALOG_RESULT enum DIALOG_RESULT { - DR_OK, - DR_CANCEL + DR_CANCEL = 0, + DR_OK = 1 }; inline const QDBusArgument &operator>>(const QDBusArgument &argument, conn::brw::DIALOG_RESULT &dialogresult) -- cgit v1.2.1