diff options
author | Robert Löfman <ext-robert.lofman@nokia.com> | 2010-11-26 15:26:32 +0200 |
---|---|---|
committer | Robert Löfman <ext-robert.lofman@nokia.com> | 2010-11-26 15:26:32 +0200 |
commit | b723c98d18c4fdec1654ea283e5bfd9ea44dc701 (patch) | |
tree | 8ca38ecf25311872ef1435a3ef7b325b188c468e /libresourceqt/include/qt4/policy/resource-set.h | |
parent | 05f8fa1ebccab6eb55ccbd8a3921bc7016512749 (diff) | |
download | libresourceqt-b723c98d18c4fdec1654ea283e5bfd9ea44dc701.tar.gz |
Added connectedToManager() signal
Diffstat (limited to 'libresourceqt/include/qt4/policy/resource-set.h')
-rw-r--r-- | libresourceqt/include/qt4/policy/resource-set.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h index 03c9d95..538f9ae 100644 --- a/libresourceqt/include/qt4/policy/resource-set.h +++ b/libresourceqt/include/qt4/policy/resource-set.h @@ -298,6 +298,11 @@ signals: */ void errorCallback(quint32, const char*); + /** + * This signals that we have connected to the Resource Manager. + */ + void connectedToManager(); + private: bool initialize(); |