Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Compilation error QtPDOMLinkage

It looks like there was a recent change in PDOMLinkage in master that causes a compilation error. I can't look into it right now but I thought I'd give people a heads up:

.../org.eclipse.cdt/qt/org.eclipse.cdt.qt.core/src/org/eclipse/cdt/internal/qt/core/pdom/QtPDOMLinkage.java:[36]
[ERROR] public class QtPDOMLinkage extends PDOMLinkage {
[ERROR] ^^^^^^^^^^^^^
[ERROR] The type QtPDOMLinkage must implement the inherited abstract method PDOMLinkage.getGlobalScope()
[ERROR] 1 problem (1 error)

Marc-Andre

Back to the top