LithApp / Lith

Multiplatform, mobile-focused WeeChat relay client
https://lith.app
GNU General Public License v2.0
75 stars 7 forks source link

Fixed custom style to be within Qt6 requirements (qmldir) #97

Closed chinese-soup closed 2 years ago

chinese-soup commented 2 years ago

Aaaand we're back...

This took way too much time to get properly working, stupid qrc and paths and other bullshit, ugh. :|

I've also added some more changes to stuff like events to get rid of new qt6 warnings like these:

QML Connections: Implicitly defined onFoo properties in Connections are deprecated. 
Use this syntax instead: function onFoo(<arguments>) { ... }
qt.qml.context: qrc:/ChannelMessage.qml:56:9 Parameter "mouse" is not declared. 
Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.

image image image

MartinBriza commented 2 years ago

N I C E