first try for v18

This commit is contained in:
2025-09-30 14:26:26 +03:00
parent 10afcc9045
commit b1a73990e6
2 changed files with 4 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ namespace ProjectFilesystemPlugin {
ProjectFilesystemPluginPlugin();
~ProjectFilesystemPluginPlugin();
bool initialize(const QStringList &arguments, QString *errorString) override;
Utils::Result<> initialize(const QStringList &arguments) override;
void extensionsInitialized() override;
ShutdownFlag aboutToShutdown() override;