Added a bunch of warning flags and fixed most of the shadowed
variables.
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
#include <QMenu>
|
||||
#endif
|
||||
|
||||
KDENotifierTray::KDENotifierTray(QWidget *parent)
|
||||
: TrayIndicator(parent)
|
||||
KDENotifierTray::KDENotifierTray(QWidget *obj_parent)
|
||||
: TrayIndicator(obj_parent)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user