mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-29 19:59:57 +00:00
refactor: simplify sources processing
Also fix desktop source
This commit is contained in:
@ -15,7 +15,6 @@
|
||||
* along with awesome-widgets. If not, see http://www.gnu.org/licenses/ *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "testprocessessource.h"
|
||||
|
||||
#include <QtTest>
|
||||
@ -27,7 +26,7 @@
|
||||
void TestProcessesSource::initTestCase()
|
||||
{
|
||||
AWTestLibrary::init();
|
||||
source = new ProcessesSource(this, QStringList());
|
||||
source = new ProcessesSource(this);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user