Hello everyone, our application to become a part of Google Summer of Code
has been accepted! So, if you are going to become a mentor, now is the time
to:
1. Ensure you are subscribed to KDE-Soc-Mentor mail list [1].
2. Write to kde-soc-men...@kde.org to be invited to the GSoC web app. This
way we
On 13.02.2018 20:38, Martin Flöser wrote:
Am 2018-02-13 15:42, schrieb Aleix Pol:
On Tue, Feb 13, 2018 at 1:14 PM, Michael Heidelbach
wrote:
Hi!
Currently I'm working on baloo-widgets. For a unit test I need to
temporarily change KConfig data.
My approach would be like this:
initTestCase()
Am 2018-02-13 15:42, schrieb Aleix Pol:
On Tue, Feb 13, 2018 at 1:14 PM, Michael Heidelbach
wrote:
Hi!
Currently I'm working on baloo-widgets. For a unit test I need to
temporarily change KConfig data.
My approach would be like this:
initTestCase()
KConfig config("baloofileinformationrc
On 13.02.2018 15:42, Aleix Pol wrote:
On Tue, Feb 13, 2018 at 1:14 PM, Michael Heidelbach wrote:
Hi!
Currently I'm working on baloo-widgets. For a unit test I need to
temporarily change KConfig data.
My approach would be like this:
initTestCase()
KConfig config("baloofileinformationrc"
On Tue, Feb 13, 2018 at 1:14 PM, Michael Heidelbach wrote:
> Hi!
>
> Currently I'm working on baloo-widgets. For a unit test I need to
> temporarily change KConfig data.
>
> My approach would be like this:
>
> initTestCase()
>
> KConfig config("baloofileinformationrc", KConfig::NoGlobals);
>
Hi!
Currently I'm working on baloo-widgets. For a unit test I need to
temporarily change KConfig data.
My approach would be like this:
initTestCase()
KConfig config("baloofileinformationrc", KConfig::NoGlobals);
KConfigGroup settings = config.group("Show");
set everything to