Skip to content

Commit

Permalink
Added network module from Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelKS committed Oct 9, 2017
1 parent 2253031 commit 24c7f38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion Calculus/polynomial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
**
****************************************************************************/


#include "polynomial.h"

#include <boost/math/special_functions/binomial.hpp>
#include <boost/multiprecision/cpp_dec_float.hpp>

Polynomial::Polynomial(const Polynomial &pol) : translation(pol.translation), coefficients(pol.coefficients),
translatedCoefficients(pol.translatedCoefficients)
{
Expand Down
3 changes: 0 additions & 3 deletions Calculus/polynomial.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
#ifndef POLYNOMIAL_H
#define POLYNOMIAL_H

#include <boost/math/special_functions/binomial.hpp>
#include <boost/multiprecision/cpp_dec_float.hpp>

#include <QList>
#include <algorithm>
#include "structures.h"
Expand Down
2 changes: 0 additions & 2 deletions Help/data_help_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
.markdown-preview a { color: rgb(100, 148, 237); }
.markdown-preview hr { background-color: rgb(67, 73, 86); }
.markdown-preview blockquote { color: rgb(157, 165, 180); border-left-color: rgba(157, 165, 180, 0.6); }


</style>
</head>
<body class='markdown-preview'><h1 id="help-data-window">Help: Data window</h1>
Expand Down
2 changes: 1 addition & 1 deletion ZeGrapher.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#-------------------------------------------------


QT += widgets printsupport
QT += widgets printsupport network

TARGET = ZeGrapher
TEMPLATE = app
Expand Down

0 comments on commit 24c7f38

Please sign in to comment.