48 <dl> |
48 <dl> |
49 <dt>syncError(message)</dt> |
49 <dt>syncError(message)</dt> |
50 <dd> |
50 <dd> |
51 emitted for a general error with the error |
51 emitted for a general error with the error |
52 message (string) |
52 message (string) |
|
53 </dd><dt>syncFinished(type_, done, download)</dt> |
|
54 <dd> |
|
55 emitted after a synchronization has |
|
56 finished (string one of "bookmarks", "history", "passwords" or "useragents", |
|
57 boolean, boolean) |
53 </dd><dt>syncMessage(message)</dt> |
58 </dd><dt>syncMessage(message)</dt> |
54 <dd> |
59 <dd> |
55 emitted to give status info about the sync |
60 emitted to give status info about the sync |
56 process (string) |
61 process (string) |
|
62 </dd><dt>syncStatus(type_, done, message)</dt> |
|
63 <dd> |
|
64 emitted to indicate the synchronization |
|
65 status (string one of "bookmarks", "history", "passwords" or "useragents", |
|
66 boolean, string) |
57 </dd> |
67 </dd> |
58 </dl> |
68 </dl> |
59 <h3>Derived from</h3> |
69 <h3>Derived from</h3> |
60 QObject |
70 QObject |
61 <h3>Class Attributes</h3> |
71 <h3>Class Attributes</h3> |