add a generic contextChanged signal (need to do an API review on this class next week once we have more of the nepomuk stuff together)
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=857494
This commit is contained in:
parent
8d3ef3e367
commit
b422757da1
@ -57,6 +57,7 @@ void Context::setCurrentActivity(const QString &name)
|
||||
|
||||
d->activity = name;
|
||||
emit activityChanged(this);
|
||||
emit contextChanged(this);
|
||||
|
||||
QStringList activities = listActivities();
|
||||
if (!activities.contains(name)) {
|
||||
|
Loading…
Reference in New Issue
Block a user