Fixes some issues with navigator widget to avoid Qt size warnings.

Remarks: Some but not all warnings are gone
This commit is contained in:
Klaus Basan
2015-05-02 00:37:38 +02:00
committed by Mathew Sutcliffe
parent 018c5ae1bf
commit 91f0b99cc5
9 changed files with 59 additions and 60 deletions

View File

@@ -70,7 +70,7 @@ namespace BlackGui
int columnsForRows(int rows);
//! Set widgets to their minimum size
void setMinimumSizeForWidgets(int rows, int columns);
QSize setMinimumSizeForWidgets(int rows, int columns);
};