File indexing completed on 2025-07-06 05:12:25
0001 /* 0002 CT Hour Header 0003 -------------------------------------------------------------------- 0004 SPDX-FileCopyrightText: 1999 Gary Meyer <gary@meyer.net> 0005 -------------------------------------------------------------------- 0006 SPDX-License-Identifier: GPL-2.0-or-later 0007 */ 0008 0009 #pragma once 0010 0011 #include <QString> 0012 0013 class CTHelper 0014 { 0015 public: 0016 static QString exportComment(const QString &comment); 0017 }; 0018