fix build under newer KConfig by bump cmake min version
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
MainWindow::MainWindow(QWidget *parent)
|
||||
: KXmlGuiWindow(parent)
|
||||
, m_editor(new SciEdit(this))
|
||||
, m_cursorPosStatusLabel(new QLabel(QString("Ln: ? Col: ?")))
|
||||
, m_cursorPosStatusLabel(new QLabel(QString("Ln: ? Col: ?"), this))
|
||||
{
|
||||
setCentralWidget(m_editor);
|
||||
|
||||
|
Reference in New Issue
Block a user