fix(ui/views/App/Main/MainWindow): remove tooltip on timeline

This commit is contained in:
Ronan Abhamon 2017-04-27 10:17:01 +02:00
parent 3c66702873
commit 33d648c88f
3 changed files with 0 additions and 14 deletions

View file

@ -727,11 +727,6 @@ Server url not configured.</translation>
calls, start a chat or add a new contact. Just enter
your friend&apos;s SIP address or username.</translation>
</message>
<message>
<source>timelineTooltip</source>
<translation>Click on one of your last exchange
to chat or see the conversation history.</translation>
</message>
</context>
<context>
<name>MainWindowMenuBar</name>

View file

@ -726,11 +726,6 @@ Url du serveur non configurée.</translation>
<translation>Utiliser la barre de recherche intelligente pour lancer des appels audio et vidéo,
un chat ou ajouter un contact.</translation>
</message>
<message>
<source>timelineTooltip</source>
<translation>Cliquer sur une entrée pour voir vos derniers échanges,
chatter ou voir l&apos;historique de conversation.</translation>
</message>
</context>
<context>
<name>MainWindowMenuBar</name>

View file

@ -234,10 +234,6 @@ ApplicationWindow {
model: TimelineModel
onEntrySelected: setView('Conversation', { sipAddress: entry })
TooltipArea {
text: qsTr('timelineTooltip')
}
}
}