Add header guards

remotes/origin/epub-qtextdoc
Albert Astals Cid 13 years ago
parent 50d014b46b
commit a40bd6eab9
  1. 4
      ui/url_utils.h

@ -7,6 +7,9 @@
* (at your option) any later version. *
***************************************************************************/
#ifndef URL_UTILS_H
#define URL_UTILS_H
#include <QRegExp>
namespace UrlUtils
@ -30,3 +33,4 @@ namespace UrlUtils
}
};
#endif

Loading…
Cancel
Save