diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-01 13:51:36 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:19 +0100 |
| commit | e5f43788e874e638e1d4dbab20451c36e52df10d (patch) | |
| tree | 9191bae2dce4cb69bd9c5bfa0099a4f8981a50d1 /src/settings.cpp | |
| parent | f36c68332019ec68a713b21519c0439039845fa1 (diff) | |
Visual fixes for the modlist.
- Fix invalid positions of markers in the scrollbar.
- Use color from children for collapsed elements (background and markers).
Diffstat (limited to 'src/settings.cpp')
| -rw-r--r-- | src/settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index 0e2de9d7..e379a819 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -31,6 +31,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <iplugingame.h> using namespace MOBase; +using namespace MOShared; EndorsementState endorsementStateFromString(const QString& s) |
