mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-15 16:39:43 -05:00
Coding style fixes.
This commit is contained in:
parent
fb4367f9ef
commit
98df309d28
2 changed files with 7 additions and 5 deletions
|
|
@ -16,8 +16,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef TESTQSAVEFILE_H
|
||||
#define TESTQSAVEFILE_H
|
||||
#ifndef KEEPASSX_TESTQSAVEFILE_H
|
||||
#define KEEPASSX_TESTQSAVEFILE_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
|
|
@ -36,4 +36,4 @@ private:
|
|||
QString tmpDir();
|
||||
};
|
||||
|
||||
#endif // TESTQSAVEFILE_H
|
||||
#endif // KEEPASSX_TESTQSAVEFILE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue