Qt Utilities
6.3.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
misc
desktoputils.h
Go to the documentation of this file.
1
#ifndef DESKTOP_UTILS_DESKTOPSERVICES_H
2
#define DESKTOP_UTILS_DESKTOPSERVICES_H
3
4
#include "../global.h"
5
6
#include <QtGlobal>
7
8
QT_FORWARD_DECLARE_CLASS(QString)
9
10
namespace
QtUtilities
{
11
12
QT_UTILITIES_EXPORT
bool
openLocalFileOrDir
(
const
QString &path);
13
}
14
15
#endif // DESKTOP_UTILS_DESKTOPSERVICES_H
QT_UTILITIES_EXPORT
#define QT_UTILITIES_EXPORT
Marks the symbol to be exported by the qtutilities library.
QtUtilities
!
Definition:
trylocker.h:8
QtUtilities::openLocalFileOrDir
QT_UTILITIES_EXPORT bool openLocalFileOrDir(const QString &path)
Shows the specified file or directory using the default file browser.
Definition:
desktoputils.cpp:21
Generated on Sat Oct 10 2020 14:45:43 for Qt Utilities by
1.8.20