~vcs-imports/transmission/trunk

« back to all changes in this revision

Viewing changes to qt/PrefsDialog.h

  • Committer: jordan
  • Date: 2016-03-29 16:37:21 UTC
  • Revision ID: svn-v4:f4695dd4-2c0a-0410-b89c-da849a56a58e:trunk:14724
use '#pragma once' instead of #ifndef..#define..#endif guards

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * $Id$
8
8
 */
9
9
 
10
 
#ifndef QTR_PREFS_DIALOG_H
11
 
#define QTR_PREFS_DIALOG_H
 
10
#pragma once
12
11
 
13
12
#include <QMap>
14
13
#include <QSet>
93
92
    QMessageBox * myBlocklistDialog;
94
93
};
95
94
 
96
 
#endif // QTR_PREFS_DIALOG_H