Skip to content

Commit

Permalink
Merge pull request #6 from Daxx/master
Browse files Browse the repository at this point in the history
Fix typo to allow compile
  • Loading branch information
user-none committed May 3, 2015
2 parents 81ad557 + 0c61e33 commit 65a5dd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
const QString Constants::APP_NAME = "KDocker";
const QString Constants::ORG_NAME = "com.kdocker";
const QString Constants::DOM_NAME = "kdocker.com";
const QString Constants::WEBSTIE = "http://kdocker.com";
const QString Constants::WEBSITE = "http://kdocker.com";
const QString Constants::APP_VERSION = "5.0";

const char *Constants::OPTIONSTRING = "+abd:e:fhi:jklmn:op:qrstvuw:x:";
Expand Down
4 changes: 3 additions & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ class Constants : QObject {
Q_OBJECT

public:
static const QString APP_NAME;
static const QString ORG_NAME;
static const QString DOM_NAME;
static const QString APP_NAME;
static const QString WEBSITE;

static const QString APP_VERSION;

static const char *OPTIONSTRING;
Expand Down

0 comments on commit 65a5dd0

Please sign in to comment.