| globals.h | | globals.h | |
| | | | |
| skipping to change at line 58 | | skipping to change at line 58 | |
| * Defines the GroupList type, which is a QList of Groups (QStrings) | | * Defines the GroupList type, which is a QList of Groups (QStrings) | |
| */ | | */ | |
| typedef QStringList GroupList; | | typedef QStringList GroupList; | |
| | | | |
| /** | | /** | |
| * Defines the Error type, a QVariantMap with info about errors | | * Defines the Error type, a QVariantMap with info about errors | |
| * | | * | |
| * These are the fields that each ErrorCode can have: | | * These are the fields that each ErrorCode can have: | |
| * <"Key", ValueType> (Description of value) | | * <"Key", ValueType> (Description of value) | |
| * InitError: <"ErrorText", QString> (APT's error description) | | * InitError: <"ErrorText", QString> (APT's error description) | |
|
| | | * <"FromWorker, bool> (Whether or not an init error comes fr | |
| | | om the worker. | |
| | | * You want to quit your app if it doesn | |
| | | 't) | |
| * LockError: No fields | | * LockError: No fields | |
| * DiskSpaceError: <"DirectoryString", QString> | | * DiskSpaceError: <"DirectoryString", QString> | |
| * FetchError: No fields | | * FetchError: No fields | |
| * CommitError: <"FailedItem, QString> (Package that failed to commit) | | * CommitError: <"FailedItem, QString> (Package that failed to commit) | |
| * <"ErrorText", QString> (APT's error description) | | * <"ErrorText", QString> (APT's error description) | |
| * AuthError: No fields | | * AuthError: No fields | |
| * WorkerDisappeared: No fields | | * WorkerDisappeared: No fields | |
| * UntrustedError: <"UntrustedItems", QStringList> (List of untrusted pa
ckages) | | * UntrustedError: <"UntrustedItems", QStringList> (List of untrusted pa
ckages) | |
| * UserCancelError: No fields, pseudo-error | | * UserCancelError: No fields, pseudo-error | |
| * DownloadDisallowedError: No fields | | * DownloadDisallowedError: No fields | |
| | | | |
End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 4 lines changed or added | |
|