nedrysoft / qt-ribbon

A ribbon bar implementation for Qt widgets applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThemeSupport is missing

Linuxmodel opened this issue · comments

#include "ThemeSupport.h"

Seems this file is missing in the repo.

I found ThemeSupport in dmgee project, the implementation supports ObjectC only.

I recently moved the themesupport code out into a different library as it was being used in multiple places in pingnoo, I forgot to push the library.

I've now pushed it here:

https://github.com/nedrysoft/ThemeSupport

Got it.
I have used that from dmgee project, and will try this separate themesupport.lib in new branch again. Thanks.