mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-03 00:45:56 +00:00
feat: restore multithreaded processing
This commit is contained in:
@ -73,12 +73,6 @@ void TestAWKeys::cleanupTestCase()
|
||||
}
|
||||
|
||||
|
||||
void TestAWKeys::test_hddDevices()
|
||||
{
|
||||
QVERIFY(plugin->getHddDevices().count() >= 2);
|
||||
}
|
||||
|
||||
|
||||
void TestAWKeys::test_dictKeys()
|
||||
{
|
||||
auto keys = plugin->dictKeys();
|
||||
|
@ -31,7 +31,6 @@ private slots:
|
||||
void initTestCase();
|
||||
void cleanupTestCase();
|
||||
// test
|
||||
void test_hddDevices();
|
||||
void test_dictKeys();
|
||||
void test_pattern();
|
||||
void test_tooltip();
|
||||
|
Reference in New Issue
Block a user