TrackGit
|
Implementation file of TrackGitApp. More...
#include "TrackGitApp.h"
#include "Utils.h"
#include <InterfaceKit.h>
#include "UI/TrackGitWindow.h"
#include "GitCommand/GitCommand.h"
#include "GitCommand/Clone.h"
#include "GitCommand/Init.h"
#include "GitCommand/Status.h"
#include "GitCommand/Add.h"
#include "GitCommand/Commit.h"
#include "GitCommand/Pull.h"
#include "GitCommand/Push.h"
#include "GitCommand/ShowConflicts.h"
#include "GitCommand/CreateBranch.h"
#include "GitCommand/SwitchBranch.h"
#include "GitCommand/Log.h"
Go to the source code of this file.
Implementation file of TrackGitApp.
Definition in file TrackGitApp.cpp.