diff options
Diffstat (limited to 'Swift/QtUI/QtUtilities.h')
-rw-r--r-- | Swift/QtUI/QtUtilities.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Swift/QtUI/QtUtilities.h b/Swift/QtUI/QtUtilities.h new file mode 100644 index 0000000..6e64d6e --- /dev/null +++ b/Swift/QtUI/QtUtilities.h @@ -0,0 +1,14 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + +#pragma once + +class QWidget; +class QString; + +namespace QtUtilities { + void setX11Resource(QWidget* widget, const QString& c); +}; |