Review Request: Fix KGlobalSettingsTest failure

Rolf Eike Beer kde at opensource.sf-tec.de
Thu Jul 28 12:58:16 BST 2011


>  void KGlobalSettingsTest::initTestCase()
>  {
> +    // Some signals are only emitted when we are running a full KDE
> session. If
> +    // we are not then KDE applications follow the platform palette and
> font
> +    // settings.
> +    setenv("KDE_FULL_SESSION", "1", 1);
> +

qputenv()?

Eike




More information about the kde-core-devel mailing list