add back indent guide, misc tweaks
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -26,9 +26,9 @@ int main(int argc, char *argv[])
|
||||
QString(),
|
||||
QStringLiteral("https://blumia.net"));
|
||||
aboutData.addComponent("Scintilla", "A free source code editing component.",
|
||||
"5.5.0", "https://scintilla.org/");
|
||||
"5.5.8", "https://scintilla.org/");
|
||||
aboutData.addComponent("Lexilla", "A library of lexers that can be used with Scintilla.",
|
||||
"5.3.2", "https://www.scintilla.org/Lexilla.html");
|
||||
"5.4.6", "https://www.scintilla.org/Lexilla.html");
|
||||
KAboutData::setApplicationData(aboutData);
|
||||
a.setWindowIcon(QIcon::fromTheme(QStringLiteral("accessories-text-editor")));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user