mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
clean up MainWindow removed not used code for openfile
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1951 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6144bb2b25
commit
5fb8107779
2 changed files with 8 additions and 106 deletions
|
@ -50,8 +50,6 @@ class PeerStatus;
|
|||
class NATStatus;
|
||||
class RatesStatus;
|
||||
|
||||
void openFile(std::string path);
|
||||
|
||||
class MainWindow : public RWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -103,7 +101,6 @@ public slots:
|
|||
/** Shows the config dialog with focus set to the given page. */
|
||||
void showWindow(Page page);
|
||||
|
||||
void playFiles(QStringList files);
|
||||
void updateHashingInfo(const QString&) ;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue