Skip to content

Commit

Permalink
removed test file dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkurBavisa committed Jul 10, 2023
1 parent a647dd6 commit 0e35ff6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/gui/folderman.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class TestShareModel;
class ShareTestHelper;
class EndToEndTestHelper;
class TestSyncConflictsModel;
class TestGeneralSettings; //MagentaCustomizationV25

namespace OCC {

Expand Down Expand Up @@ -397,7 +396,6 @@ private slots:
friend class ::TestCfApiShellExtensionsIPC;
friend class ::ShareTestHelper;
friend class ::EndToEndTestHelper;
friend class ::TestGeneralSettings; //MagentaCustomizationV25
};

} // namespace OCC
Expand Down
2 changes: 1 addition & 1 deletion src/gui/generalsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ GeneralSettings::GeneralSettings(QWidget *parent)

// OEM themes are not obliged to ship mono icons, so there
// is no point in offering an option
_ui->monoIconsCheckBox->setVisible(false);/* MagentaCustomizationV25 */
_ui->monoIconsCheckBox->setVisible(false);//MagentaCustomizationV25

connect(_ui->ignoredFilesButton, &QAbstractButton::clicked, this, &GeneralSettings::slotIgnoreFilesEditor);
connect(_ui->debugArchiveButton, &QAbstractButton::clicked, this, &GeneralSettings::slotCreateDebugArchive);
Expand Down

0 comments on commit 0e35ff6

Please sign in to comment.