mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlLib: Gtk3 trayicon deprecation warnings now ignored
git-svn-id: svn://ultimatepp.org/upp/trunk@13895 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7ec8ab42ed
commit
706a69e6fd
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
|
||||
namespace Upp {
|
||||
|
||||
TrayIcon::TrayIcon()
|
||||
|
|
@ -141,4 +143,6 @@ TrayIcon::~TrayIcon()
|
|||
|
||||
}
|
||||
|
||||
G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue