##// END OF EJS Templates
Switched to linuxdeployqt tool for AppImage build (tested on centos 7 with devtoolset-7 and Qt 5.11)...
Switched to linuxdeployqt tool for AppImage build (tested on centos 7 with devtoolset-7 and Qt 5.11) Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1162:73d5f3ef941a
r1393:66d22dea2383
Show More
CatalogueExplorerHelper.h
13 lines | 383 B | text/x-c | CLexer
/ gui / include / Catalogue / CatalogueExplorerHelper.h
"Apply" and "cancel" buttons on an event
r1162 #ifndef SCIQLOP_CATALOGUEEXPLORERHELPER_H
#define SCIQLOP_CATALOGUEEXPLORERHELPER_H
#include <QWidget>
#include <functional>
struct CatalogueExplorerHelper {
static QWidget *buildValidationWidget(QWidget *parent, std::function<void()> save,
std::function<void()> discard);
};
#endif // SCIQLOP_CATALOGUEEXPLORERHELPER_H