mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 13:55:50 +00:00
massive refactoring
This commit is contained in:
@ -57,7 +57,7 @@ void TestAWNoFormatter::test_conversion()
|
||||
|
||||
void TestAWNoFormatter::test_copy()
|
||||
{
|
||||
AWNoFormatter *newFormatter = formatter->copy(QString("/dev/null"), 1);
|
||||
AWNoFormatter *newFormatter = formatter->copy("/dev/null", 1);
|
||||
|
||||
QCOMPARE(newFormatter->number(), 1);
|
||||
|
||||
|
Reference in New Issue
Block a user