remove shortcutsChanged()

This commit is contained in:
Marco Martin 2013-03-04 16:50:01 +01:00
parent e49b58c95d
commit 90cf52e6c6
2 changed files with 0 additions and 13 deletions

View File

@ -475,9 +475,6 @@ void Applet::flushPendingConstraintsEvents()
if (cont) {
corona = cont->corona();
}
if (corona) {
connect(corona, SIGNAL(shortcutsChanged()), this, SLOT(updateShortcuts()), Qt::UniqueConnection);
}
}
if (c & Plasma::ImmutableConstraint) {

View File

@ -257,16 +257,6 @@ Q_SIGNALS:
*/
void immutabilityChanged(Plasma::ImmutabilityType immutability);
/**
* @since 4.3
* emitted when the user changes keyboard shortcut settings
* connect to this if you've put some extra shortcuts in your app
* that are NOT in Corona's actioncollection.
* if your code's not in shells/ it probably shouldn't be using this function.
* @see addShortcuts
*/
void shortcutsChanged();
protected:
/**
* Loads the default (system wide) layout for this user