|
|
@ -58,8 +58,6 @@ class UBDocumentContainer : public QObject |
|
|
|
|
|
|
|
|
|
|
|
signals: |
|
|
|
signals: |
|
|
|
void documentSet(UBDocumentProxy* document); |
|
|
|
void documentSet(UBDocumentProxy* document); |
|
|
|
// void documentPageAdded(int index);
|
|
|
|
|
|
|
|
// void documentPageDeleted(int index);
|
|
|
|
|
|
|
|
void documentPageUpdated(int index); |
|
|
|
void documentPageUpdated(int index); |
|
|
|
void documentThumbnailsUpdated(UBDocumentContainer* source); |
|
|
|
void documentThumbnailsUpdated(UBDocumentContainer* source); |
|
|
|
}; |
|
|
|
}; |
|
|
|