Added semi-colon to make it build

This commit is contained in:
Wong Cho Ching
2014-01-26 20:45:34 +08:00
parent 91d73bba2b
commit e4cca6a0b3

View File

@@ -59,7 +59,7 @@ FileDialog::FileDialog( QWidget *parent, const QString &caption,
void FileDialog::clearSelection()
{
QListView *view = findChild<QListView*>()
QListView *view = findChild<QListView*>();
Q_ASSERT( view );
view->clearSelection();
}