mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: unreserve KMessageBox::DialogType::SSLMessageBox
KIO SSL support was dropped some time ago (the certificates related code that was used by konqueror) Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a934004638
commit
e596f9a5d6
1 changed files with 3 additions and 4 deletions
|
@ -81,10 +81,9 @@ public:
|
|||
WarningContinueCancel = 3,
|
||||
WarningYesNoCancel = 4,
|
||||
Information = 5,
|
||||
// Reserved for: SSLMessageBox = 6
|
||||
Sorry = 7,
|
||||
Error = 8,
|
||||
QuestionYesNoCancel = 9
|
||||
Sorry = 6,
|
||||
Error = 7,
|
||||
QuestionYesNoCancel = 8
|
||||
};
|
||||
|
||||
enum Option
|
||||
|
|
Loading…
Add table
Reference in a new issue