diff options
Diffstat (limited to 'src/gui/editors/notation/NotationStaff.h')
-rw-r--r-- | src/gui/editors/notation/NotationStaff.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/editors/notation/NotationStaff.h b/src/gui/editors/notation/NotationStaff.h index 9660700..758f180 100644 --- a/src/gui/editors/notation/NotationStaff.h +++ b/src/gui/editors/notation/NotationStaff.h @@ -100,11 +100,11 @@ public: m_barNumbersEvery = barNumbersEvery; } - LinedStaff::setPageMode; - LinedStaff::setPageWidth; - LinedStaff::setRowsPerPage; - LinedStaff::setRowSpacing; - LinedStaff::setConnectingLineLength; + using LinedStaff::setPageMode; + using LinedStaff::setPageWidth; + using LinedStaff::setRowsPerPage; + using LinedStaff::setRowSpacing; + using LinedStaff::setConnectingLineLength; /** * Gets a read-only reference to the pixmap factory used by the |