Skip to content
Snippets Groups Projects
Commit b89effe0 authored by Langella Olivier's avatar Langella Olivier
Browse files

xtpcpp (0.2.5-2) strech

parent cd90afcd
No related branches found
No related tags found
No related merge requests found
xtpcpp (0.2.5-2) strech; urgency=medium
* disable warning message in xpip export
-- Olivier Langella <olivier.langella@u-psud.fr> Wed, 10 Jan 2018 16:19:17 +0100
xtpcpp (0.2.5-1) stretch; urgency=medium
* search on msrun and scan, better individual mode, better widgets
......
......@@ -313,8 +313,8 @@ void MainWindow::selectXpipFile() {
void MainWindow::doActionSaveProject() {
try {
QMessageBox::warning(this,
tr("Experimental feature"), "WARNING : project files export is not ready");
//QMessageBox::warning(this,
// tr("Experimental feature"), "WARNING : project files export is not ready");
QSettings settings;
QString default_location = settings.value("path/xpipfile", "").toString();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment