Skip to content

Commit

Permalink
Unrevert "Merge pull request #5742 from nextcloud/backport/5707/stabl…
Browse files Browse the repository at this point in the history
…e-3.9"

This reverts commit 1929c48.
  • Loading branch information
claucambra committed Jun 30, 2023
1 parent 619f458 commit 1c564d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#cmakedefine USE_INOTIFY 1
#cmakedefine WITH_QTKEYCHAIN 1
#cmakedefine WITH_CRASHREPORTER
#cmakedefine BUILD_FILE_PROVIDER_MODULE 1
#cmakedefine WITH_PROVIDERS "@WITH_PROVIDERS@"
#cmakedefine CRASHREPORTER_EXECUTABLE "@CRASHREPORTER_EXECUTABLE@"
#define SOCKETAPI_TEAM_IDENTIFIER_PREFIX "@SOCKETAPI_TEAM_IDENTIFIER_PREFIX@"
Expand Down
2 changes: 1 addition & 1 deletion src/gui/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ Application::Application(int &argc, char **argv)
}
}

#if defined(Q_OS_MACOS)
#if defined(BUILD_FILE_PROVIDER_MODULE)
_fileProvider.reset(new Mac::FileProvider);
#endif

Expand Down

0 comments on commit 1c564d1

Please sign in to comment.