Skip to content

Commit

Permalink
Small fix and readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldrog committed Jan 20, 2015
1 parent d66b1e2 commit ccab404
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ TODO
- Add broadcast titles (maybe optional, like in android version)
- Rework pulley menu on stream page
- Colorful nicknames in chat
- Joins and parts processing
- Move settings to QSettings usage
2 changes: 1 addition & 1 deletion qml/pages/StreamPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import QtQuick 2.0
import Sailfish.Silica 1.0
import QtMultimedia 5.0
import org.nemomobile.configuration 1.0
import irc.chat.twitch 1.0
import harbour.twitchtube.ircchat 1.0
import "scripts/httphelper.js" as HTTP

Page {
Expand Down
2 changes: 1 addition & 1 deletion src/harbour-twitchtube.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main(int argc, char *argv[])
// To display the view, call "show()" (will show fullscreen on device).

QScopedPointer<QGuiApplication> app(SailfishApp::application(argc, argv));
qmlRegisterType<IrcChat>("irc.chat.twitch", 1, 0, "IrcChat");
qmlRegisterType<IrcChat>("harbour.twitchtube.ircchat", 1, 0, "IrcChat");
QScopedPointer<QQuickView> view(SailfishApp::createView());
view->setSource(SailfishApp::pathTo("qml/harbour-twitchtube.qml"));
view->show();
Expand Down

0 comments on commit ccab404

Please sign in to comment.