/ Public methods */ /
| 18 | /* Public methods */ |
| 19 | /*****************************************************************************/ |
| 20 | MainWindow::MainWindow() |
| 21 | { |
| 22 | setAcceptDrops( true ); |
| 23 | init(); |
| 24 | setCurrentFile(""); |
| 25 | } |
| 26 | |
| 27 | /*****************************************************************************/ |
| 28 | /* Protected methods */ |
nothing calls this directly
no outgoing calls
no test coverage detected