~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/CAcceptPromptDialog.h

  • Committer: Nathan Osman
  • Date: 2012-06-20 04:12:55 UTC
  • Revision ID: admin@quickmediasolutions.com-20120620041255-q9h0r4phyz3x6vqw
Implemented security policy for incoming files... even though they still aren't properly stored on the receiving end.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#define CACCEPTPROMPTDIALOG_H
19
19
 
20
20
#include <QDialog>
 
21
#include <QList>
 
22
 
 
23
#include <CFileHeader.h>
21
24
 
22
25
namespace Ui {
23
26
    class CAcceptPromptDialog;
29
32
        
30
33
    public:
31
34
 
32
 
        CAcceptPromptDialog();
 
35
        CAcceptPromptDialog(QString, QList<CFileHeader>);
33
36
        ~CAcceptPromptDialog();
34
37
        
35
38
    private: