diff options
author | Orochimarufan <orochimarufan.x3@gmail.com> | 2013-02-22 16:19:37 +0100 |
---|---|---|
committer | Orochimarufan <orochimarufan.x3@gmail.com> | 2013-02-22 16:19:37 +0100 |
commit | 10c707363b3f19a8862b5ebd2858bcaad1304a13 (patch) | |
tree | 6eb00677fed0ed3b0fc998f44a1c9a283441febc /tasks/gameupdatetask.cpp | |
parent | 9f174ad4e7853b5864d7478ce97d7afa75d76636 (diff) | |
parent | a7111b132873e0f1e00221b2ad734454d69889e3 (diff) | |
download | PrismLauncher-10c707363b3f19a8862b5ebd2858bcaad1304a13.tar.gz PrismLauncher-10c707363b3f19a8862b5ebd2858bcaad1304a13.tar.bz2 PrismLauncher-10c707363b3f19a8862b5ebd2858bcaad1304a13.zip |
Merge branch 'master' of http://github.com/Forkk/MultiMC5
Diffstat (limited to 'tasks/gameupdatetask.cpp')
-rw-r--r-- | tasks/gameupdatetask.cpp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tasks/gameupdatetask.cpp b/tasks/gameupdatetask.cpp new file mode 100644 index 00000000..c152147e --- /dev/null +++ b/tasks/gameupdatetask.cpp @@ -0,0 +1,22 @@ +/* Copyright 2013 MultiMC Contributors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "gameupdatetask.h" + +GameUpdateTask::GameUpdateTask(const LoginResponse &response, QObject *parent) : + QObject(parent), m_response(response) +{ + +} |