QInstaller::FileTaskItem Class
class QInstaller::FileTaskItemThe FileTaskItem class represents an item in a file task object. More...
Header: | #include <FileTaskItem> |
Public Functions
FileTaskItem() | |
FileTaskItem(const QString &s) | |
FileTaskItem(const QString &s, const QString &t) | |
QString | source() const |
QString | target() const |
Member Function Documentation
FileTaskItem::FileTaskItem()
Creates a file task item.
[explicit]
FileTaskItem::FileTaskItem(const QString &s)
Creates a file task item using the source specified by s.
FileTaskItem::FileTaskItem(const QString &s, const QString &t)
Creates a file task item using the source specified by s and target specified by t.
QString FileTaskItem::source() const
Returns the source file of the file task item.
QString FileTaskItem::target() const
Returns the target file of the file task item.
© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. The Qt Company, Qt and their respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.