Subversion Repositories svn1

Rev

Rev 383 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 383 Rev 384
Line 308... Line 308...
308
    }
308
    }
309
    catch ( const char * str )
309
    catch ( const char * str )
310
    {
310
    {
311
        MainWindow::showMessage(str);
311
        MainWindow::showMessage(str);
312
    }
312
    }
313
    catch ( char * str )
-
 
314
    {
-
 
315
        MainWindow::showMessage(str);
-
 
316
    }
-
 
317
    catch ( ... )
313
    catch ( ... )
318
    {
314
    {
319
        MainWindow::showMessage ("QmConfTeams: Error of some form");
315
        MainWindow::showMessage ("QmConfTeams: Error of some form");
320
    }
316
    }
321
}
317
}