Qt Utilities
6.0.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
bool
QT_UTILITIES_EXPORT
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
bool QT_UTILITIES_EXPORT openLocalFileOrDir(const QString &path)
Shows the specified file or directory using the default file browser.
Definition:
desktoputils.cpp:13
Generated on Thu Aug 22 2019 13:39:39 for Qt Utilities by
1.8.16