aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/squish/objectsmapdocument.h
Commit message (Expand)AuthorAgeFilesLines
* Core: Return a Result<> from IDocument::setContentshjk2025-04-231-2/+2
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-171-4/+5
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-161-8/+4
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-2/+2
* Utils: Use the new Result class in some FilePath functionshjk2024-10-011-2/+2
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-251-1/+1
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-241-1/+1
* Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-151-1/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Provide Squish integration pluginChristian Stenger2022-07-041-0/+72