mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -04:00
clean up unfinished, removed not useful sources
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2572 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9634f5e6fc
commit
26afeccacb
17 changed files with 838 additions and 3335 deletions
|
@ -39,38 +39,31 @@ public:
|
|||
LibraryDialog(QWidget *parent = 0);
|
||||
/** Default Destructor */
|
||||
|
||||
QString filePass();
|
||||
QString LibShared;
|
||||
QString filechose;
|
||||
QModelIndex ind;
|
||||
|
||||
private slots:
|
||||
|
||||
void PopulateList();
|
||||
|
||||
void CallShareFilesBtn_library();
|
||||
void CallTileViewBtn_library();
|
||||
void CallShowDetailsBtn_library();
|
||||
void CallCreateAlbumBtn_library();
|
||||
void CallDeleteAlbumBtn_library();
|
||||
void CallTileViewBtn_library();
|
||||
void CallShowDetailsBtn_library();
|
||||
void CallCreateAlbumBtn_library();
|
||||
void CallDeleteAlbumBtn_library();
|
||||
void CallFindBtn_library();
|
||||
|
||||
void browseFile();
|
||||
void player();
|
||||
void ListLibrarymenu(QModelIndex,QPoint);
|
||||
void PlayFrmList();
|
||||
void copyFile();
|
||||
void DeleteFile();
|
||||
void RenameFile();
|
||||
void StopRename();
|
||||
void PlayFrmList();
|
||||
void copyFile();
|
||||
void DeleteFile();
|
||||
void RenameFile();
|
||||
void StopRename();
|
||||
|
||||
|
||||
signals:
|
||||
void rightButtonClicked(const QModelIndex , const QPoint);
|
||||
|
||||
|
||||
private:
|
||||
QTimer *progtime;
|
||||
|
||||
|
||||
/** Qt Designer generated object */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue