remove ContainmentActions::init()
This commit is contained in:
parent
4a24e49317
commit
de57997384
@ -135,11 +135,6 @@ KConfigGroup ContainmentActions::config() const
|
||||
}
|
||||
|
||||
void ContainmentActions::restore(const KConfigGroup &config)
|
||||
{
|
||||
init(config);
|
||||
}
|
||||
|
||||
void ContainmentActions::init(const KConfigGroup &config)
|
||||
{
|
||||
Q_UNUSED(config);
|
||||
}
|
||||
|
@ -117,7 +117,7 @@ class PLASMA_EXPORT ContainmentActions : public QObject
|
||||
* @param config Config group to load settings
|
||||
* @see init
|
||||
**/
|
||||
void restore(const KConfigGroup &config);
|
||||
virtual void restore(const KConfigGroup &config);
|
||||
|
||||
/**
|
||||
* This method is called when settings need to be saved.
|
||||
@ -194,13 +194,6 @@ class PLASMA_EXPORT ContainmentActions : public QObject
|
||||
*/
|
||||
ContainmentActions(QObject *parent, const QVariantList &args);
|
||||
|
||||
/**
|
||||
* This method is called once the containmentactions is loaded or settings are changed.
|
||||
*
|
||||
* @param config Config group to load settings
|
||||
**/
|
||||
virtual void init(const KConfigGroup &config);
|
||||
|
||||
private:
|
||||
friend class ContainmentActionsPackage;
|
||||
friend class ContainmentActionsPrivate;
|
||||
|
Loading…
Reference in New Issue
Block a user