mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Trivial change to mainwindow code.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2473 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
30afde54c4
commit
cd03b420fc
@ -972,11 +972,12 @@ void MainWindow::on_actionOpen_next_in_directory_triggered() //Open Next
|
||||
int i,len;
|
||||
QFileInfo fi(m_path);
|
||||
QStringList list;
|
||||
list= fi.dir().entryList().filter(".iq");
|
||||
len=14;
|
||||
if(m_xpol) {
|
||||
list= fi.dir().entryList().filter(".tf2");
|
||||
len=15;
|
||||
} else {
|
||||
list= fi.dir().entryList().filter(".iq");
|
||||
len=14;
|
||||
}
|
||||
for (i = 0; i < list.size()-1; ++i) {
|
||||
if(i==list.size()-2) m_loopall=false;
|
||||
|
Loading…
Reference in New Issue
Block a user