• This project
    • Loading...
  • Sign in

박민수 / dpc

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • dpc
  • dblp
  • main.cpp
  • 조성현's avatar
    init · e8f92c23
    e8f92c23 Browse Files
    조성현 authored 2017-03-30 09:52:13 +0900
main.cpp 177 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
#include "stdafx.h"
#include "dblp.h"
#include <QtWidgets/QApplication>

int main(int argc, char *argv[])
{
	QApplication a(argc, argv);
	dblp w;
	w.show();
	return a.exec();
}