Skip to content

Commit 645b9c8

Browse files
committed
Remove not needed code.
1 parent 53fa0de commit 645b9c8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/ExportXlsxTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ void ExportXlsxTest::exportZip(const QAbstractItemView& view,
4141
exportXlsx.exportView(view, exportedZip);
4242
}
4343

44-
void ExportXlsxTest::initTestCase() {}
45-
4644
void ExportXlsxTest::testExportingEmptyTable() const
4745
{
4846
TestTableModel model(0, 0);

tests/ExportXlsxTest.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ class ExportXlsxTest : public QObject
1313

1414
Q_OBJECT
1515
private Q_SLOTS:
16-
void initTestCase();
17-
1816
void testExportingEmptyTable() const;
1917

2018
void testExportingHeadersOnly() const;

0 commit comments

Comments
 (0)