minor cleanup
This commit is contained in:
parent
2ec52ac6e3
commit
01dd4211e4
2 changed files with 2 additions and 4 deletions
|
@ -134,8 +134,6 @@ Page {
|
||||||
bottomMargin: 12
|
bottomMargin: 12
|
||||||
|
|
||||||
Material.theme: classLetterCb.Material.theme
|
Material.theme: classLetterCb.Material.theme
|
||||||
Material.accent: classLetterCb.Material.accent
|
|
||||||
Material.primary: classLetterCb.Material.primary
|
|
||||||
|
|
||||||
enter: Transition {
|
enter: Transition {
|
||||||
// grow_fade_in
|
// grow_fade_in
|
||||||
|
@ -161,7 +159,7 @@ Page {
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
radius: 2
|
radius: 2
|
||||||
color: app.style.style.backgroundColor
|
color: classLetterCb.Material.dialogColor//app.style.style.backgroundColor
|
||||||
|
|
||||||
layer.enabled: classLetterCb.enabled
|
layer.enabled: classLetterCb.enabled
|
||||||
// layer.effect: ElevationEffect {
|
// layer.effect: ElevationEffect {
|
||||||
|
|
|
@ -359,7 +359,7 @@ int ServerConn::getFoodPlan()
|
||||||
|
|
||||||
ReturnData_t ServerConn::senddata(QUrl serviceUrl, QUrlQuery pdata)
|
ReturnData_t ServerConn::senddata(QUrl serviceUrl, QUrlQuery pdata)
|
||||||
{
|
{
|
||||||
|
// create network manager
|
||||||
QNetworkAccessManager * networkManager = new QNetworkAccessManager();
|
QNetworkAccessManager * networkManager = new QNetworkAccessManager();
|
||||||
|
|
||||||
ReturnData_t ret; //this is a custom type to store the return-data
|
ReturnData_t ret; //this is a custom type to store the return-data
|
||||||
|
|
Reference in a new issue