remove shortcutsChanged()
This commit is contained in:
parent
e49b58c95d
commit
90cf52e6c6
@ -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) {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user