MailProtocolConfigView now is a BMailSettingsView.

* Changed the private settings base classes to follow the new style.
* Made BodyDownloadConfig use the layout API.
* Adapted SMTP to these changes.
This commit is contained in:
Axel Dörfler
2015-01-06 15:23:06 +01:00
parent efd1602a79
commit 57b305558b
6 changed files with 127 additions and 143 deletions
+3 -2
View File
@@ -12,8 +12,9 @@
#include <FilePanel.h>
class BTextControl;
class BButton;
class BMailAddOnSettings;
class BTextControl;
namespace BPrivate {
@@ -53,7 +54,7 @@ public:
void SetTo(const BMessage* archive,
BMessage* metadata);
virtual status_t Archive(BMessage* into, bool deep = true) const;
status_t SaveInto(BMailAddOnSettings& settings) const;
private:
BMessage* fMeta;