mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Create sticky note tool
This commit is contained in:
@ -514,6 +514,10 @@ signals:
|
||||
/// \param timeout Timeout in miliseconds
|
||||
void messageDisplayRequest(const QString& text, int timeout);
|
||||
|
||||
/// This signal is emitted, when tool changes the document by some way
|
||||
/// \param documet Modified document
|
||||
void documentModified(PDFModifiedDocument document);
|
||||
|
||||
private:
|
||||
void onToolActionTriggered(bool checked);
|
||||
|
||||
|
Reference in New Issue
Block a user