mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
add tests for extupgrade
This commit is contained in:
@ -24,7 +24,6 @@
|
||||
|
||||
|
||||
class ExtScript;
|
||||
class QSignalSpy;
|
||||
|
||||
class TestExtScript : public QObject
|
||||
{
|
||||
@ -41,7 +40,9 @@ private slots:
|
||||
void test_copy();
|
||||
|
||||
private:
|
||||
void generateRandomString();
|
||||
ExtScript *extScript = nullptr;
|
||||
QString randomString;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user