mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
code refactoring and other small changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1558 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
39882161b1
commit
19920e95bc
22 changed files with 204 additions and 186 deletions
|
@ -22,7 +22,7 @@
|
|||
#ifndef __FileAssociationsPage__
|
||||
#define __FileAssociationsPage__
|
||||
|
||||
//#include "configpage.h"
|
||||
#include "configpage.h"
|
||||
|
||||
#include <QString>
|
||||
#include <QWidget>
|
||||
|
@ -52,11 +52,11 @@ class RshareSettings;
|
|||
//! With this config page user can specify, what programs should be executed
|
||||
//! to open some types of files. Here 'type' means 'file extension'(and
|
||||
//! 'file extension' means 'some symbols after last dot in filename').
|
||||
class FileAssociationsPage : public QWidget
|
||||
class FileAssociationsPage : public ConfigPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
public:
|
||||
FileAssociationsPage(QWidget * parent = 0, Qt::WFlags flags = 0);
|
||||
virtual ~FileAssociationsPage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue