From 640afe96b1b2f53d579b93c46d5d9e760502daa9 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 29 Oct 2016 18:13:00 +0000 Subject: coding style fixes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6825 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/statusicon/qmmptrayicon.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/statusicon') diff --git a/src/plugins/General/statusicon/qmmptrayicon.cpp b/src/plugins/General/statusicon/qmmptrayicon.cpp index eeb36bb84..89e13ce8d 100644 --- a/src/plugins/General/statusicon/qmmptrayicon.cpp +++ b/src/plugins/General/statusicon/qmmptrayicon.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2013 by Ilya Kotov * + * Copyright (C) 2008-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -33,6 +33,9 @@ QmmpTrayIcon::QmmpTrayIcon(QObject *parent) : QSystemTrayIcon(parent) { +#ifdef Q_WS_X11 + m_showNiceToolTip = false; +#endif } -- cgit v1.2.3-13-gbd6f