minor cleanup

This commit is contained in:
Dorian Zedler 2019-03-16 23:31:07 +01:00
parent 2ec52ac6e3
commit 01dd4211e4
2 changed files with 2 additions and 4 deletions

View File

@ -134,8 +134,6 @@ Page {
bottomMargin: 12
Material.theme: classLetterCb.Material.theme
Material.accent: classLetterCb.Material.accent
Material.primary: classLetterCb.Material.primary
enter: Transition {
// grow_fade_in
@ -161,7 +159,7 @@ Page {
background: Rectangle {
radius: 2
color: app.style.style.backgroundColor
color: classLetterCb.Material.dialogColor//app.style.style.backgroundColor
layer.enabled: classLetterCb.enabled
// layer.effect: ElevationEffect {

View File

@ -359,7 +359,7 @@ int ServerConn::getFoodPlan()
ReturnData_t ServerConn::senddata(QUrl serviceUrl, QUrlQuery pdata)
{
// create network manager
QNetworkAccessManager * networkManager = new QNetworkAccessManager();
ReturnData_t ret; //this is a custom type to store the return-data