mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T292, Ref T285 function to set file timestamp
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <Qt>
|
||||
#include <QFileInfo>
|
||||
#include <tuple>
|
||||
|
||||
namespace BlackMisc
|
||||
@@ -397,6 +398,9 @@ namespace BlackMisc
|
||||
//! Set file timestamp
|
||||
void setFileTimestamp(qint64 timestamp);
|
||||
|
||||
//! Set file timestamp, timestamp and file name
|
||||
void setFileDetailsAndTimestamp(const QFileInfo &fileInfo);
|
||||
|
||||
//! Load icon from disk
|
||||
CPixmap loadIcon(CStatusMessage &success) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user