Home
last modified time | relevance | path

Searched refs:m_formatLines (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dkdevformatfile.cpp64 m_formatLines.append({QStringList{}, std::move(line)}); in read()
80 m_formatLines.append({std::move(wildcards), std::move(command)}); in read()
84 if (m_formatLines.isEmpty()) { in read()
94 for (const KDevFormatLine& formatLine : qAsConst(m_formatLines)) { in apply()
H A Dkdevformatfile.h40 QVector<KDevFormatLine> m_formatLines; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/beautifier/clangformat/
H A Dclangformat.cpp70 m_formatLines = new QAction(BeautifierPlugin::msgFormatLines(), this); in ClangFormat()
71 cmd = Core::ActionManager::registerAction(m_formatLines, "ClangFormat.FormatLines"); in ClangFormat()
73 connect(m_formatLines, &QAction::triggered, this, &ClangFormat::formatLines); in ClangFormat()
H A Dclangformat.h57 QAction *m_formatLines = nullptr; variable