Mercurial > hg > octave-lyh
comparison gui/src/FilesDockWidget.cpp @ 13536:869c62c15e95
Few minor improvements, added advanced settings for file browser.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Tue, 26 Jul 2011 18:11:34 +0200 |
parents | 98bde3b5b7a0 |
children | a43ecce77eec |
comparison
equal
deleted
inserted
replaced
13535:98bde3b5b7a0 | 13536:869c62c15e95 |
---|---|
163 { | 163 { |
164 if (QFile::exists (fileInfo.absoluteFilePath ())) | 164 if (QFile::exists (fileInfo.absoluteFilePath ())) |
165 emit openFile (fileInfo.absoluteFilePath ()); | 165 emit openFile (fileInfo.absoluteFilePath ()); |
166 } | 166 } |
167 } | 167 } |
168 | |
169 void | |
170 FilesDockWidget::noticeSettings () | |
171 { | |
172 | |
173 } |