Index: head/devel/qdevelop/files/patch-src_mainimpl.cpp =================================================================== --- head/devel/qdevelop/files/patch-src_mainimpl.cpp (nonexistent) +++ head/devel/qdevelop/files/patch-src_mainimpl.cpp (revision 475520) @@ -0,0 +1,15 @@ +src/mainimpl.cpp:82:19: error: cannot initialize a parameter of type 'QStatusBar *' with an rvalue of type 'bool' + setStatusBar( false ); + ^~~~~ + +--- src/mainimpl.cpp.orig 2018-07-28 10:47:16 UTC ++++ src/mainimpl.cpp +@@ -79,7 +79,7 @@ MainImpl::MainImpl(QWidget * parent) + : QMainWindow(parent) + { + setupUi(this); +- setStatusBar( false ); ++ setStatusBar( NULL ); + m_saveBeforeBuild = true; + m_restoreOnStart = true; + m_projectManager = 0; Property changes on: head/devel/qdevelop/files/patch-src_mainimpl.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property