comparison src/mainwindow.cpp @ 95:ad78dc946ed3

Change goBack to go to subfolder selection
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 29 Jun 2015 15:39:57 +0200
parents faece2c21229
children
comparison
equal deleted inserted replaced
94:07e1e47954f6 95:ad78dc946ed3
192 connect(prev, &QShortcut::activated, mDataView, &MetaDataView::selectPrevRow); 192 connect(prev, &QShortcut::activated, mDataView, &MetaDataView::selectPrevRow);
193 } 193 }
194 194
195 void MainWindow::goBack() { 195 void MainWindow::goBack() {
196 hide(); 196 hide();
197 showWithFolderSelect(); 197 showSubFolderSelect();
198 } 198 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)