mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 08:35:45 -04:00
Revert "patch from sss to cache TransfersDialog QIcons"
This reverts commit 388b2c2143
.
This commit is contained in:
parent
4c626e04a1
commit
7652821ecd
2 changed files with 2 additions and 80 deletions
|
@ -45,20 +45,6 @@ class SearchDialog;
|
|||
class LocalSharedFilesDialog;
|
||||
class RemoteSharedFilesDialog;
|
||||
|
||||
|
||||
//shitcode begin
|
||||
class TransfersDialog_dirty_icon_cache
|
||||
{
|
||||
public:
|
||||
TransfersDialog_dirty_icon_cache();
|
||||
QIcon& get_icon(const QString& filename);
|
||||
private:
|
||||
QIcon FileTypePicture, FileTypeVideo, FileTypeAudio, FileTypeArchive, FileTypeProgram, FileTypeCDImage, FileTypeDocument, \
|
||||
pdf, rscollection_16, FileTypeAny, patch, source_cpp, source_h, source_c;
|
||||
};
|
||||
|
||||
//shitcode end
|
||||
|
||||
class TransfersDialog : public RsAutoUpdatePage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -261,8 +247,6 @@ private:
|
|||
|
||||
QTreeView *downloadList;
|
||||
|
||||
TransfersDialog_dirty_icon_cache icon_cache;
|
||||
|
||||
/** Adds a new action to the toolbar. */
|
||||
void addAction(QAction *action, const char *slot = 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue