diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-10 20:25:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-10 22:00:41 +0100 |
commit | d543b4df8084da777ea9624619d684a14cb91cb9 (patch) | |
tree | 14fd375036c2d1bdc483beb4cd1c0e88b0b37e26 /chart2/qa/unit | |
parent | dc024cdd91e3c33eeff8eea22fdef0d90d4dd2c0 (diff) |
'make screenshot' loplugin fixes
Change-Id: Ibebcd1c1ebfea0ecdf9d90b6f8bcc8ceb87df456
Diffstat (limited to 'chart2/qa/unit')
-rw-r--r-- | chart2/qa/unit/chart2-dialogs-test.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chart2/qa/unit/chart2-dialogs-test.cxx b/chart2/qa/unit/chart2-dialogs-test.cxx index 112adbf4698f..fee5611e9487 100644 --- a/chart2/qa/unit/chart2-dialogs-test.cxx +++ b/chart2/qa/unit/chart2-dialogs-test.cxx @@ -30,9 +30,7 @@ private: public: Chart2DialogsTest(); - virtual ~Chart2DialogsTest(); - - virtual void setUp() override; + virtual ~Chart2DialogsTest() override; // try to open a dialog void openAnyDialog(); @@ -50,11 +48,6 @@ Chart2DialogsTest::~Chart2DialogsTest() { } -void Chart2DialogsTest::setUp() -{ - ScreenshotTest::setUp(); -} - void Chart2DialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { // fill map of known dilogs |