Added a bunch of warning flags and fixed most of the shadowed
variables.
This commit is contained in:
@@ -31,8 +31,8 @@ extern "C" {
|
||||
#define signals public
|
||||
#endif
|
||||
|
||||
QTrayIcon::QTrayIcon(QWidget *parent)
|
||||
: TrayIndicator(parent)
|
||||
QTrayIcon::QTrayIcon(QWidget *obj_parent)
|
||||
: TrayIndicator(obj_parent)
|
||||
{
|
||||
#ifdef Q_OS_LINUX
|
||||
notify_init("qcma");
|
||||
|
Reference in New Issue
Block a user