Delete lines to change toolbar text

This commit is contained in:
Angela Mazzurco 2017-06-12 15:48:23 +02:00
parent cc94150345
commit fbb458f4c3

View File

@ -2,6 +2,7 @@ import QtQuick 2.7
import QtQuick.Layouts 1.2
import QtQuick.Controls 2.0
import "." // To load styles
import "./components"
Item {
@ -95,11 +96,6 @@ Item {
}
Component.onCompleted: {
toolBar.state = "CHATVIEW"
toolBar.titleText = model.author_name
}
function getMessageTime(){
var timeFormat = "hh:mm";