mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
libs: const-ify the Plasma::WidgetExplorerPrivate::init() argument
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
df437902d7
commit
87950238cf
1 changed files with 2 additions and 2 deletions
|
@ -263,7 +263,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
void init(Plasma::Location loc);
|
||||
void init(const Plasma::Location loc);
|
||||
void updateApplets();
|
||||
void updateRunningApplets();
|
||||
void filterApplets(const QString &text);
|
||||
|
@ -301,7 +301,7 @@ public:
|
|||
QMap<Plasma::Applet*,QString> runningApplets;
|
||||
};
|
||||
|
||||
void WidgetExplorerPrivate::init(Plasma::Location loc)
|
||||
void WidgetExplorerPrivate::init(const Plasma::Location loc)
|
||||
{
|
||||
q->setFocusPolicy(Qt::StrongFocus);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue