##// END OF EJS Templates
Merge branch 'feature/CatalogueCatalogue' of...
Merge branch 'feature/CatalogueCatalogue' of https://perrinel@hephaistos.lpp.polytechnique.fr/rhodecode/GIT_REPOSITORIES/LPP/Users/mperrinel/SciQLop-fork into feature/CatalogueCatalogue Conflicts: core/src/Catalogue/CatalogueController.cpp

File last commit:

r1194:73d5f3ef941a
r1350:2f12aa502663 merge
Show More
CatalogueExplorerHelper.h
13 lines | 383 B | text/x-c | CLexer
/ gui / include / Catalogue / CatalogueExplorerHelper.h
"Apply" and "cancel" buttons on an event
r1194 #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