Skip to content

Instantly share code, notes, and snippets.

@locusf
Created April 23, 2017 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save locusf/bdb260da471a7f772a4d3aa6d941c8b1 to your computer and use it in GitHub Desktop.
Save locusf/bdb260da471a7f772a4d3aa6d941c8b1 to your computer and use it in GitHub Desktop.
textrender.cpp: In member function 'void TextRender::setCellDelegate(QQmlComponent*)':
textrender.cpp:513:54: error: 'qAsConst' was not declared in this scope
for (QVector<QQuickItem*> cells : qAsConst(m_rows)) {
^
textrender.cpp: In member function 'void TextRender::setCellContentsDelegate(QQmlComponent*)':
textrender.cpp:532:61: error: 'qAsConst' was not declared in this scope
for (QVector<QQuickItem*> cells : qAsConst(m_rowContents)) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment