Skip to content

Commit

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

This reverts commit 5118bcf, reversing
changes made to d9603fc.

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Jun 7, 2023
1 parent 542f464 commit 8e61ac3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#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(BUILD_FILE_PROVIDER_MODULE)
#if defined(Q_OS_MACOS)
_fileProvider.reset(new Mac::FileProvider);
#endif

Expand Down

0 comments on commit 8e61ac3

Please sign in to comment.