Renamed back to FeedTheMonkey
This commit is contained in:
parent
5420d693d2
commit
1f8e30489e
5 changed files with 4 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
.DS_Store
|
||||
FeedMonkey.pro.user*
|
||||
FeedTheMonkey.pro.user*
|
||||
|
||||
|
|
2
main.cpp
2
main.cpp
|
@ -14,7 +14,7 @@ int main(int argc, char *argv[])
|
|||
QGuiApplication app(argc, argv);
|
||||
app.setOrganizationName("Jeena");
|
||||
app.setOrganizationDomain("jeena.net");
|
||||
app.setApplicationName("FeedMonkey");
|
||||
app.setApplicationName("FeedTheMonkey");
|
||||
|
||||
qmlRegisterType<TinyTinyRSSLogin>("TTRSS", 1, 0, "ServerLogin");
|
||||
qmlRegisterType<TinyTinyRSS>("TTRSS", 1, 0, "Server");
|
||||
|
|
2
main.qml
2
main.qml
|
@ -7,7 +7,7 @@ import TTRSS 1.0
|
|||
|
||||
ApplicationWindow {
|
||||
id: app
|
||||
title: "FeedMonkey"
|
||||
title: "FeedTheMonkey"
|
||||
visible: true
|
||||
|
||||
minimumWidth: 480
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <QSettings>
|
||||
|
||||
#define APP_URL "net.jeena"
|
||||
#define APP_NAME "FeedMonkey"
|
||||
#define APP_NAME "FeedTheMonkey"
|
||||
|
||||
TinyTinyRSSLogin::TinyTinyRSSLogin(QObject *parent) :
|
||||
QObject(parent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue