Skip to content

Commit

Permalink
Remove not needed code.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Jan 5, 2025
1 parent 53fa0de commit 645b9c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/ExportXlsxTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ void ExportXlsxTest::exportZip(const QAbstractItemView& view,
exportXlsx.exportView(view, exportedZip);
}

void ExportXlsxTest::initTestCase() {}

void ExportXlsxTest::testExportingEmptyTable() const
{
TestTableModel model(0, 0);
Expand Down
2 changes: 0 additions & 2 deletions tests/ExportXlsxTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class ExportXlsxTest : public QObject

Q_OBJECT
private Q_SLOTS:
void initTestCase();

void testExportingEmptyTable() const;

void testExportingHeadersOnly() const;
Expand Down

0 comments on commit 645b9c8

Please sign in to comment.