Added a bunch of warning flags and fixed most of the shadowed
variables.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "kdenotifier.h"
|
||||
|
||||
KDENotifier::KDENotifier(const QString &id, QObject *parent) :
|
||||
KStatusNotifierItem(id, parent)
|
||||
KDENotifier::KDENotifier(const QString ¬ifier_id, QObject *obj_parent) :
|
||||
KStatusNotifierItem(notifier_id, obj_parent)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user