FileTaskItem Class
class QInstaller::FileTaskItemThe FileTaskItem class represents an item in a file task object. More...
Header: | #include <FileTaskItem> |
Public Functions
FileTaskItem(const QString &s, const QString &t) | |
FileTaskItem(const QString &s) | |
FileTaskItem() | |
QString | source() const |
QString | target() const |
Detailed Description
Member Function Documentation
FileTaskItem::FileTaskItem(const QString &s, const QString &t)
Creates a file task item using the source specified by s and target specified by t.
FileTaskItem::FileTaskItem(const QString &s)
Creates a file task item using the source specified by s.
FileTaskItem::FileTaskItem()
Creates a file task item.
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.