aboutsummaryrefslogtreecommitdiffstats
path: root/src/remotepublisher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/remotepublisher.h')
-rw-r--r--src/remotepublisher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remotepublisher.h b/src/remotepublisher.h
index 9df2601..13840f4 100644
--- a/src/remotepublisher.h
+++ b/src/remotepublisher.h
@@ -58,6 +58,7 @@ Q_SIGNALS:
void connectionError(QAbstractSocket::SocketError error);
void needsPinAuthentication();
void needsPublishWorkspace();
+ void activeDocumentChanged(const LiveDocument &document);
void pinOk(bool ok);
void remoteLog(int type, const QString &msg, const QUrl &url = QUrl(), int line = -1, int column = -1);
void clearLog();