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