From 1b394cb2cdc06585fb6ff7808a8dcecae4cbc4b2 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 3 Nov 2004 12:41:20 +0000 Subject: [PATCH] Ah, forgot to commit this as part of the last commit: new signal, readOnlyChanged. I don't think it's a big problem that it's in 3.3-branch (to avoid branching one more file). svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=360074 --- folderstorage.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/folderstorage.h b/folderstorage.h index ecf892001..a3d4732d9 100644 --- a/folderstorage.h +++ b/folderstorage.h @@ -421,6 +421,9 @@ signals: /** Emitted when the name of the folder changes. */ void nameChanged(); + /** Emitted when the readonly status of the folder changes. */ + void readOnlyChanged(KMFolder*); + /** Emitted before a message is removed from the folder. */ void msgRemoved(KMFolder*, Q_UINT32 sernum);