Blind fix for kde
/home/tinderbox/master/vcl/unx/kde/salnativewidgets-kde.cxx:1987:88: error: implicit instantiation of undefined template ´boost::optional<Color>´ aStyleSettings.SetMenuBarTextColor( aStyleSettings.GetPersonaMenuBarTextColor().get_value_or( aMenuFore ) ); /home/tinderbox/master/include/vcl/settings.hxx:38:32: note: template is declared here template<typename T> class optional; Change-Id: Ic681d36f376f7433dae56fc1da5f8a2dd0f597ea
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
|
||||
#include <config_vclplug.h>
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
#if ENABLE_TDE
|
||||
#define QPushButton_String "TQPushButton"
|
||||
#define QRadioButton_String "TQRadioButton"
|
||||
|
Reference in New Issue
Block a user