equal
deleted
inserted
replaced
73 |
73 |
74 |
74 |
75 /** |
75 /** |
76 * Saves the content inside editor to save |
76 * Saves the content inside editor to save |
77 */ |
77 */ |
78 void saveContentToDrafts(); |
78 int saveContentToDrafts(); |
79 |
79 |
80 protected: |
80 protected: |
81 /** |
81 /** |
82 * reimplemented from base class to provide proper geometry for scrolling. |
82 * reimplemented from base class to provide proper geometry for scrolling. |
83 */ |
83 */ |
219 /** |
219 /** |
220 * slot to images fetched. |
220 * slot to images fetched. |
221 */ |
221 */ |
222 void imagesFetched(const QVariant& result ); |
222 void imagesFetched(const QVariant& result ); |
223 |
223 |
224 /** |
|
225 * slot to fetch audio files |
|
226 */ |
|
227 void audiosFetched(const QVariant& result ); |
|
228 |
|
229 /** |
224 /** |
230 * slot to receive fetched contacts |
225 * slot to receive fetched contacts |
231 */ |
226 */ |
232 void contactsFetched(const QVariant& value); |
227 void contactsFetched(const QVariant& value); |
233 |
228 |