Skip to content

Commit 2d9bed1

Browse files
committed
Remove leftover Qt permissions
1 parent 881a721 commit 2d9bed1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/multipass/utils.h

-3
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ class Utils : public Singleton<Utils>
202202
public:
203203
Utils(const Singleton<Utils>::PrivatePass&) noexcept;
204204

205-
static constexpr QFileDevice::Permissions default_permissions =
206-
QFile::ReadOwner | QFile::WriteOwner | QFile::ExeOwner;
207-
208205
virtual qint64 filesystem_bytes_available(const QString& data_directory) const;
209206
virtual void exit(int code);
210207
virtual std::string contents_of(const multipass::Path& file_path) const;

0 commit comments

Comments
 (0)