mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Add support for server-side notifications
This commit is contained in:
parent
357ac89330
commit
60bc90c5fa
14 changed files with 179 additions and 14 deletions
|
@ -18,6 +18,8 @@ int main(int argc, char** argv) {
|
|||
app.setOrganizationDomain("nl.netsoj.chris");
|
||||
app.setOrganizationName("Chris Josten");
|
||||
|
||||
qSetMessagePattern("[%{time yyyyMMdd h:mm:ss.zzz} %{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}C%{endif}%{if-fatal}F%{endif}] %{if-category}<%{category}> %{endif} %{message}");
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0)
|
||||
// Disable Qt nagging about "implicitly defined onFoo properties in connections are deprecated",
|
||||
// as we cannot yet move towards a newer version.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue