~vcs-imports/transmission/trunk

« back to all changes in this revision

Viewing changes to qt/BaseDialog.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_BASE_DIALOG_H
11
 
#define QTR_BASE_DIALOG_H
 
10
#pragma once
12
11
 
13
12
#include <QDialog>
14
13
 
22
21
    }
23
22
};
24
23
 
25
 
#endif // QTR_BASE_DIALOG_H