mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Implement dice media display.
This commit is contained in:
@@ -967,6 +967,10 @@ void FileLoadTask::finish() {
|
||||
}
|
||||
}
|
||||
|
||||
FileLoadResult *FileLoadTask::peekResult() const {
|
||||
return _result.get();
|
||||
}
|
||||
|
||||
void FileLoadTask::removeFromAlbum() {
|
||||
if (!_album) {
|
||||
return;
|
||||
|
@@ -292,6 +292,8 @@ public:
|
||||
void process();
|
||||
void finish();
|
||||
|
||||
FileLoadResult *peekResult() const;
|
||||
|
||||
private:
|
||||
static bool CheckForSong(
|
||||
const QString &filepath,
|
||||
|
Reference in New Issue
Block a user