mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 22:35:49 +00:00
massive refactoring
This commit is contained in:
@ -54,7 +54,7 @@ void TestAWJsonFormatter::test_conversion()
|
||||
|
||||
void TestAWJsonFormatter::test_copy()
|
||||
{
|
||||
AWJsonFormatter *newFormatter = formatter->copy(QString("/dev/null"), 1);
|
||||
AWJsonFormatter *newFormatter = formatter->copy("/dev/null", 1);
|
||||
|
||||
QCOMPARE(newFormatter->path(), formatter->path());
|
||||
QCOMPARE(newFormatter->number(), 1);
|
||||
|
Reference in New Issue
Block a user