Skip to content

Commit

Permalink
Baskan Widget Eklendi.
Browse files Browse the repository at this point in the history
  • Loading branch information
CMLDMR committed Apr 19, 2019
1 parent ad4731c commit 47b4443
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SerikBelediyesiWebSayfasi/srcV2/baskanwidget.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include "baskanwidget.h"

BaskanWidget::BaskanWidget()
{

}
11 changes: 11 additions & 0 deletions SerikBelediyesiWebSayfasi/srcV2/baskanwidget.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#ifndef BASKANWIDGET_H
#define BASKANWIDGET_H


class BaskanWidget : public DataBaseWidget
{
public:
BaskanWidget();
};

#endif // BASKANWIDGET_H

0 comments on commit 47b4443

Please sign in to comment.