summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/platform/linux/linux_gtk_open_with_dialog.h
blob: 592345a1a306495017b25510d1391cf0547691b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.

For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once

namespace Platform {
namespace File {
namespace internal {

bool ShowGtkOpenWithDialog(const QString &filepath);

} // namespace internal
} // namespace File
} // namespace Platform