Add missing names for parameter variables
This commit is contained in:
@@ -47,7 +47,7 @@ class StretchHeaderView : public QHeaderView {
|
||||
|
||||
// Serialises the proportional and actual column widths.
|
||||
// Use these instead of QHeaderView::restoreState and QHeaderView::saveState to persist the proportional values directly and avoid floating point errors over time.
|
||||
bool RestoreState(const QByteArray &sdata);
|
||||
bool RestoreState(const QByteArray &state);
|
||||
QByteArray SaveState() const;
|
||||
QByteArray ResetState();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user