nitroshare / nitroshare-desktop

Network file transfer application for Windows, OS X, & Linux
http://nitroshare.net
MIT License
1.58k stars 225 forks source link

Missing QStyle include in splashdialog.cpp #213

Open patrykbajos opened 6 years ago

patrykbajos commented 6 years ago

Please add #include <QStyle> in file src/application/splashdialog.cpp Missing line causes compilation error.

jorgicio commented 6 years ago

I maintain the package in Gentoo, and your post gave me the idea of creating a patch for that. Tested and working.

https://gist.github.com/jorgicio/7d384466dd3f85a7bd1f7a7be699dce9

AngryPenguinPL commented 6 years ago

Adding your patch fixing QStyle build issue on OpenMandiva Cooker. Thanks.