forked from blue/squawk
changed my mind, gonna implement the feed on qt instead of qml, first tries, nothing working yet
This commit is contained in:
parent
4e6bd04b02
commit
e54cff0f0c
10 changed files with 200 additions and 100 deletions
5
main.cpp
5
main.cpp
|
@ -77,11 +77,6 @@ int main(int argc, char *argv[])
|
|||
|
||||
new Shared::Global(); //translates enums
|
||||
|
||||
// QtQuickControls2 Style
|
||||
if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE")) {
|
||||
qputenv("QT_QUICK_CONTROLS_STYLE", "Material");
|
||||
}
|
||||
|
||||
Squawk w;
|
||||
w.show();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue