mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 22:05:48 +00:00
massive refactoring
This commit is contained in:
@ -94,7 +94,7 @@ void TestExtQuotes::test_derivatives()
|
||||
|
||||
void TestExtQuotes::test_copy()
|
||||
{
|
||||
ExtQuotes *newExtQuotes = extQuotes->copy(QString("/dev/null"), 1);
|
||||
ExtQuotes *newExtQuotes = extQuotes->copy("/dev/null", 1);
|
||||
|
||||
QCOMPARE(newExtQuotes->interval(), extQuotes->interval());
|
||||
QCOMPARE(newExtQuotes->ticker(), extQuotes->ticker());
|
||||
|
Reference in New Issue
Block a user