Mercurial > hg > svgui
comparison widgets/CommandHistory.h @ 1407:05d614f6e46d fix-static-analysis
Header guards
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 13:52:57 +0000 |
parents | 73a58a4dfebd |
children |
comparison
equal
deleted
inserted
replaced
1406:a18e78b9c78b | 1407:05d614f6e46d |
---|---|
20 This file contains traces of the KCommandHistory class from the KDE | 20 This file contains traces of the KCommandHistory class from the KDE |
21 project, copyright 2000 Werner Trobin and David Faure and | 21 project, copyright 2000 Werner Trobin and David Faure and |
22 distributed under the GNU Lesser General Public License. | 22 distributed under the GNU Lesser General Public License. |
23 */ | 23 */ |
24 | 24 |
25 #ifndef _MULTI_VIEW_COMMAND_HISTORY_H_ | 25 #ifndef SV_MULTI_VIEW_COMMAND_HISTORY_H |
26 #define _MULTI_VIEW_COMMAND_HISTORY_H_ | 26 #define SV_MULTI_VIEW_COMMAND_HISTORY_H |
27 | 27 |
28 #include <QObject> | 28 #include <QObject> |
29 #include <QString> | 29 #include <QString> |
30 | 30 |
31 #include <stack> | 31 #include <stack> |