Translations:Development/Tutorials/CommandLineArguments/14/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Não há código novo aqui, apenas reorganizando. Tudo de <tt>void openFile()</tt> foi movido para <tt>void openFile(const QUrl & inputFileName)</tt>, exceto a chamada para <t...")
 
(No difference)

Latest revision as of 15:01, 20 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/CommandLineArguments)
There's no new code here, only rearranging. Everything from <tt>void openFile()</tt> has been moved into <tt>void openFile(const QUrl &inputFileName)</tt> except the call to <tt>QFileDialog::getOpenFileUrl()</tt>.

Não há código novo aqui, apenas reorganizando. Tudo de void openFile() foi movido para void openFile(const QUrl & inputFileName), exceto a chamada para QFileDialog::getOpenFileUrl().