mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 20:17:46 +00:00
9 lines
195 B
C
9 lines
195 B
C
|
#pragma once
|
||
|
|
||
|
#include <KAboutData>
|
||
|
#include <QString>
|
||
|
|
||
|
void customizeAboutData(
|
||
|
const QString& componentName,
|
||
|
const QString& applicationTitle,
|
||
|
const QString& applicationDescription);
|