Jump to content

Translations:Development/Tutorials/Saving and loading/18/pt-br: Difference between revisions

From KDE TechBase
Juliano Assis (talk | contribs)
Created page with "A primeira coisa que fazemos é adicionar <tt>fileName(QString())</tt> à lista de construtores <tt>MainWindow</tt> para garantir que <tt>fileName</tt> esteja vazio desde o in..."
 
(No difference)

Latest revision as of 17:08, 19 November 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Saving and loading)
The first thing we do is add <tt>fileName(QString())</tt> to the <tt>MainWindow</tt> constructor list to make sure that <tt>fileName</tt> is empty right from the beginning.

A primeira coisa que fazemos é adicionar fileName(QString()) à lista de construtores MainWindow para garantir que fileName esteja vazio desde o início.