mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-18 20:01:15 +01:00
Localization class added.
This commit is contained in:
parent
b889418712
commit
60da04aa4d
@ -170,6 +170,7 @@ set(APP_SOURCES
|
||||
src/core/settings.cpp
|
||||
src/core/systemfactory.cpp
|
||||
src/core/datetime.cpp
|
||||
src/core/localization.cpp
|
||||
|
||||
# Basic application sources.
|
||||
src/main.cpp
|
||||
|
6
src/core/localization.cpp
Normal file
6
src/core/localization.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "localization.h"
|
||||
|
||||
|
||||
Localization::Localization()
|
||||
{
|
||||
}
|
12
src/core/localization.h
Normal file
12
src/core/localization.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef LOCALIZATION_H
|
||||
#define LOCALIZATION_H
|
||||
|
||||
|
||||
class Localization
|
||||
{
|
||||
// TODO: Finish implementation of this class.
|
||||
private:
|
||||
Localization();
|
||||
};
|
||||
|
||||
#endif // LOCALIZATION_H
|
Loading…
Reference in New Issue
Block a user