Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable-3.9] Fix build of sharemodel.cpp on MSVC #5913

Merged
merged 1 commit into from
Jul 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions src/gui/filedetails/sharemodel.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*

Check notice on line 1 in src/gui/filedetails/sharemodel.cpp

View workflow job for this annotation

GitHub Actions / build

Run clang-format on src/gui/filedetails/sharemodel.cpp

File src/gui/filedetails/sharemodel.cpp (lines 20): Code does not conform to Custom style guidelines.
* Copyright (C) 2022 by Claudio Cambra <claudio.cambra@nextcloud.com>
*
* This program is free software; you can redistribute it and/or modify
Expand All @@ -17,6 +17,7 @@
#include <QFileInfo>
#include <QTimeZone>

#include <array>
#include <random>
#include <openssl/rand.h>

Expand Down